Package jbeantester.framework

The Framework Package contains the core classes of the JBeanTester API.

See:
          Description

Class Summary
Assert Convenience class that provides basic assertion checking
JBeanTester The JavaBeanTester class performs all testing.
JBeanTestResults This object is returned from the test methods of JBeanTester.
 

Package jbeantester.framework Description

The Framework Package contains the core classes of the JBeanTester API. These classes provide raw access to all of the Tester's functionality. A test would call the appropriate test method on a JBeanTester instance and compares the returned JBeanTestResults's data against the expected results.