edu.washington.cs.supple.test
Class BeanlikeBeansTest

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

public class BeanlikeBeansTest
extends TestCase

Test compares if Beanlike framework does the job of beans.

Author:
dbc1
See Also:
Serialized Form

Constructor Summary
BeanlikeBeansTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testCompareBeanlikeToBeans()
          Make sure we compare to java.beans for properties we care about...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanlikeBeansTest

public BeanlikeBeansTest()
Method Detail

main

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

testCompareBeanlikeToBeans

public void testCompareBeanlikeToBeans()
                                throws java.lang.Exception
Make sure we compare to java.beans for properties we care about...

Throws:
java.lang.Exception