Package org.gjt.rec.testing

Class Summary
CacheTest Contains test methods that check that a cache fulfils its contractual obligations as specified by the javadoc comments on the methods of the Cache interface.
ComparatorTest Contains test methods that check that a comparator fulfils its contractual obligations as specified by the javadoc comments on the compare(Object, Object) method of the Comparator interface.
RuntimeExceptionTestCase This is a JUnit TestCase, much like ExceptionTestCase, but this one will catch runtime exceptions as well as checked exceptions.
SettingsTest Contains test methods that check that a settings object fulfils its contractual obligations as specified by the javadoc comments on the Settings interface.