com.yobotics.simulationconstructionset
Class YoVariableRegistryTest
java.lang.Object
com.yobotics.simulationconstructionset.YoVariableRegistryTest
public class YoVariableRegistryTest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YoVariableRegistryTest
public YoVariableRegistryTest()
setUp
public void setUp()
tearDown
public void tearDown()
testCantAddChildWithSameName
public void testCantAddChildWithSameName()
testGetName
public void testGetName()
testCreateVarList
public void testCreateVarList()
testGetAllVariables
public void testGetAllVariables()
testGetNameSpace
public void testGetNameSpace()
testGetVariable
public void testGetVariable()
testCaseInsensitivityToNameButNotNamespace
public void testCaseInsensitivityToNameButNotNamespace()
testGetVariable1
public void testGetVariable1()
testGetVariables1
public void testGetVariables1()
testGetVariables2
public void testGetVariables2()
testHasUniqueVariable
public void testHasUniqueVariable()
testHasUniqueVariable1
public void testHasUniqueVariable1()
testRegisterVariable
public void testRegisterVariable()
testCannotRegisterSameVariableName
public void testCannotRegisterSameVariableName()
testGetAllVariablesInThisListOnly
public void testGetAllVariablesInThisListOnly()
testAddChildAndGetParentAndGetChildren
public void testAddChildAndGetParentAndGetChildren()
testDontLetAChildGetAddedToTwoRegistries
public void testDontLetAChildGetAddedToTwoRegistries()
testIllegalName1
public void testIllegalName1()
testIllegalName2
public void testIllegalName2()
testNoDotsAllowed
public void testNoDotsAllowed()
testIllegalAddChild
public void testIllegalAddChild()
testGetAllVariablesIncludingDescendants
public void testGetAllVariablesIncludingDescendants()
testFamilyRelations
public void testFamilyRelations()
testCantAddDuplicateSubnames
public void testCantAddDuplicateSubnames()
testNullChild
public void testNullChild()
testRegistryTree
public void testRegistryTree()
testDontAllowRepeatRegistryNames
public void testDontAllowRepeatRegistryNames()
testGetOrCreateAndAddRegistry
public void testGetOrCreateAndAddRegistry()
testNullNameSpace
public void testNullNameSpace()
testCantAddAChildWithANullNamespace
public void testCantAddAChildWithANullNamespace()
testCreateVarListIncludingChildren
public void testCreateVarListIncludingChildren()
testGetAllRegistriesIncludingChildren
public void testGetAllRegistriesIncludingChildren()
testGetRegistry
public void testGetRegistry()
testLoggingAndSending
public void testLoggingAndSending()
testGetNumberOfVariables
public void testGetNumberOfVariables()
testListenersOne
public void testListenersOne()
testThrowExceptionIfAttachListenerToNonRoot
public void testThrowExceptionIfAttachListenerToNonRoot()
testThrowExceptionIfAddChildRegistryWithAListener
public void testThrowExceptionIfAddChildRegistryWithAListener()