com.yobotics.simulationconstructionset
Class TestYoVariable

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.yobotics.simulationconstructionset.TestYoVariable
All Implemented Interfaces:
junit.framework.Test

public class TestYoVariable
extends junit.framework.TestCase

Title: SimulationConstructionSet

Description:

Copyright: Copyright (c) 2000

Company: Yobotics, Inc.

Version:
1.0
Author:
not attributable

Constructor Summary
TestYoVariable(java.lang.String name)
           
 
Method Summary
 void testAddObserver()
           
 void testFullNameEndsWith()
           
 void testGetBooleanValue()
           
 void testGetDescription()
           
 void testGetDoubleValue()
           
 void testGetEnumValue()
           
 void testGetFullNameWithNameSpace()
           
 void testGetIntegerValue()
           
 void testGetManualScalingMax()
           
 void testGetManualScalingMin()
           
 void testGetName()
           
 void testGetName1()
           
 void testGetNameAndValue()
           
 void testGetShortName()
           
 void testGetValue()
           
 void testGetYoVariableRegistry()
           
 void testGetYoVariableType()
           
 void testHasSameFullName()
           
 void testNotifyObservers()
           
 void testRemoveAllObservers()
           
 void testRemoveObserver()
           
 void testRemoveObserverNonExistent1()
           
 void testRemoveObserverNonExistent2()
           
 void testSet()
           
 void testSetManualScalingMinMax()
           
 void testToString()
           
 void testValueEquals()
           
 void testYoVariable()
           
 void testYoVariable1()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestYoVariable

public TestYoVariable(java.lang.String name)
Method Detail

testFullNameEndsWith

public void testFullNameEndsWith()

testGetBooleanValue

public void testGetBooleanValue()

testGetDescription

public void testGetDescription()

testGetDoubleValue

public void testGetDoubleValue()

testGetEnumValue

public void testGetEnumValue()

testGetFullNameWithNameSpace

public void testGetFullNameWithNameSpace()

testGetIntegerValue

public void testGetIntegerValue()

testGetManualScalingMax

public void testGetManualScalingMax()

testGetManualScalingMin

public void testGetManualScalingMin()

testGetName

public void testGetName()

testGetName1

public void testGetName1()

testGetNameAndValue

public void testGetNameAndValue()

testGetShortName

public void testGetShortName()

testGetValue

public void testGetValue()

testGetYoVariableRegistry

public void testGetYoVariableRegistry()

testGetYoVariableType

public void testGetYoVariableType()

testHasSameFullName

public void testHasSameFullName()

testSet

public void testSet()

testSetManualScalingMinMax

public void testSetManualScalingMinMax()

testToString

public void testToString()

testValueEquals

public void testValueEquals()

testYoVariable

public void testYoVariable()

testYoVariable1

public void testYoVariable1()

testNotifyObservers

public void testNotifyObservers()

testAddObserver

public void testAddObserver()

testRemoveAllObservers

public void testRemoveAllObservers()

testRemoveObserver

public void testRemoveObserver()

testRemoveObserverNonExistent1

public void testRemoveObserverNonExistent1()

testRemoveObserverNonExistent2

public void testRemoveObserverNonExistent2()