edu.washington.cs.supple.test
Class ValueObjectTest

java.lang.Object
  extended byTestCase
      extended byedu.washington.cs.supple.test.ValueObjectTest

public class ValueObjectTest
extends TestCase

Test of ValueObject functionality.

Author:
dbc1
See Also:
Serialized Form

Field Summary
protected  LightBean bean
           
protected  ValueObject beanValue
           
protected  java.lang.Object lastOn
           
protected  ValueObject nested
           
protected  ValueObject off
           
protected  ValueObject on
           
protected  ValueObject value
           
 
Constructor Summary
ValueObjectTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testCopyFieldValues()
           
 void testGetValue()
           
 void testIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected ValueObject value

on

protected ValueObject on

off

protected ValueObject off

beanValue

protected ValueObject beanValue

nested

protected ValueObject nested

bean

protected LightBean bean

lastOn

protected java.lang.Object lastOn
Constructor Detail

ValueObjectTest

public ValueObjectTest()
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetValue

public void testGetValue()

testIndex

public void testIndex()

testCopyFieldValues

public void testCopyFieldValues()