Package org.jutil.junit

Provides for extended functionality for test classes.

See:
          Description

Interface Summary
Revision A class of Revisions of something.
 

Class Summary
AbstractRevision A class that implements the non-basic methods of Revision.
CVSRevision A class of CVS revisions.
JutilTest This is an extension for the junit TestCase class.
 

Error Summary
RevisionError A class of errors indicating the use of a test class when the tested revision is no longer the latest revision of the tested class.
 

Package org.jutil.junit Description

Provides for extended functionality for test classes.

Class diagram

JutilTest

A subclass of the junit class TestCase that adds revision checks to test classes.

Revision

An interface for software revisions

AbstractRevision

An convenience class that implements all non-basic methods of the Revisioninterface.

CVSRevision

An class for CVS revisions.