edu.washington.cs.supple.test
Class BeanlikeTest

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

public class BeanlikeTest
extends TestCase

Manipulate a bean using the BeanlikeBinding utility.

Author:
dbc1
See Also:
Serialized Form

Constructor Summary
BeanlikeTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testGetPropertyClass()
          Try getting the classes of various properties.
 void testGetPropertyValue()
          Try getting the values of various properties.
 void testPropertyChangeSupport()
          Check that property changes are transmitted correctly.
 void testSetPropertyValue()
          Try setting the values of various properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanlikeTest

public BeanlikeTest()
Method Detail

main

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

testGetPropertyValue

public void testGetPropertyValue()
                          throws java.lang.Exception
Try getting the values of various properties.

Throws:
java.lang.Exception

testGetPropertyClass

public void testGetPropertyClass()
                          throws java.lang.Exception
Try getting the classes of various properties.

Throws:
java.lang.Exception

testSetPropertyValue

public void testSetPropertyValue()
                          throws java.lang.Exception
Try setting the values of various properties.

Throws:
java.lang.Exception

testPropertyChangeSupport

public void testPropertyChangeSupport()
                               throws java.lang.Exception
Check that property changes are transmitted correctly.

Throws:
java.lang.Exception