The JavaBean Tester is a tool to automate the testing of JavaBeans. This product was developed for use within the JUnit framework, but is not limited to such usage.

The 1.4 version of this package takes advantage of Java 1.4's logging and assertion features while the 1.3 version uses a programmatic assertion mechanism and requires log4J.

Look at the JavaDocs and jbeantester/tests/JBeanTest.java for more information on how to use the tool in your own tests.

Happy Testing!