com.yobotics.simulationconstructionset
Class DataBufferTest

java.lang.Object
  extended by com.yobotics.simulationconstructionset.DataBufferTest

public class DataBufferTest
extends java.lang.Object


Constructor Summary
DataBufferTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAddAndGetEntry()
           
 void testAddNewEntry()
           
 void testAddVariable()
           
 void testAddVariableWithArrayList()
           
 void testDecreaseBufferSize()
           
 void testEmptyBufferDecreaseBufferSize()
           
 void testEmptyBufferIncreaseBufferSize()
           
 void testEnlargeBufferSize()
           
 void testGetAndSetWrapBuffer()
           
 void testGetBufferSize()
           
 void testGetEntries()
           
 void testGetMaxBufferSize()
           
 void testGetVariables()
           
 void testGetVariablesThatContain()
           
 void testGetVariablesThatStartWith()
           
 void testIsIndexBetweenInAndOutPoint()
           
 void testTick()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBufferTest

public DataBufferTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testGetBufferSize

public void testGetBufferSize()

testGetMaxBufferSize

public void testGetMaxBufferSize()

testGetAndSetWrapBuffer

public void testGetAndSetWrapBuffer()

testAddAndGetEntry

public void testAddAndGetEntry()

testAddNewEntry

public void testAddNewEntry()
                     throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testAddVariable

public void testAddVariable()
                     throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testAddVariableWithArrayList

public void testAddVariableWithArrayList()
                                  throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testGetVariablesThatContain

public void testGetVariablesThatContain()
                                 throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testGetVariablesThatStartWith

public void testGetVariablesThatStartWith()
                                   throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testGetEntries

public void testGetEntries()
                    throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testGetVariables

public void testGetVariables()
                      throws DataBuffer.RepeatDataBufferEntryException
Throws:
DataBuffer.RepeatDataBufferEntryException

testEmptyBufferIncreaseBufferSize

public void testEmptyBufferIncreaseBufferSize()

testEmptyBufferDecreaseBufferSize

public void testEmptyBufferDecreaseBufferSize()

testEnlargeBufferSize

public void testEnlargeBufferSize()

testDecreaseBufferSize

public void testDecreaseBufferSize()

testTick

public void testTick()

testIsIndexBetweenInAndOutPoint

public void testIsIndexBetweenInAndOutPoint()