com.yobotics.simulationconstructionset
Class EnumYoVariableTest

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

public class EnumYoVariableTest
extends java.lang.Object


Constructor Summary
EnumYoVariableTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAllowNull()
           
 void testConstructorNoDescription()
           
 void testConstructorWithDescription()
           
 void testCreateNoDescription()
           
 void testCreateWithDescription()
           
 void testForNull()
           
 void testGetValueAsDouble()
           
 void testGetValues()
           
 void testGetValueStringBuffer()
           
 void testGetValueStringBufferWithNullValue()
           
 void testGetYoVariableType()
           
 void testNotAllowNull()
           
 void testSetAndGet()
           
 void testSetAndValueEquals()
           
 void testSetValueAsDoubleOutOfBoundsJustIgnoresIt()
           
 void testSetValueAsDoublePositiveNumber()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumYoVariableTest

public EnumYoVariableTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testConstructorNoDescription

public void testConstructorNoDescription()

testConstructorWithDescription

public void testConstructorWithDescription()

testCreateNoDescription

public void testCreateNoDescription()

testCreateWithDescription

public void testCreateWithDescription()

testSetAndValueEquals

public void testSetAndValueEquals()

testSetAndGet

public void testSetAndGet()

testGetValues

public void testGetValues()

testSetValueAsDoublePositiveNumber

public void testSetValueAsDoublePositiveNumber()

testSetValueAsDoubleOutOfBoundsJustIgnoresIt

public void testSetValueAsDoubleOutOfBoundsJustIgnoresIt()

testForNull

public void testForNull()

testNotAllowNull

public void testNotAllowNull()

testAllowNull

public void testAllowNull()

testGetValueAsDouble

public void testGetValueAsDouble()

testToString

public void testToString()

testGetValueStringBufferWithNullValue

public void testGetValueStringBufferWithNullValue()

testGetValueStringBuffer

public void testGetValueStringBuffer()

testGetYoVariableType

public void testGetYoVariableType()