Package junit.com.mcdermottroe.exemplar

JUnit tests for classes in com.mcdermottroe.exemplar.

See:
          Description

Class Summary
AbstractClassTestCase<T> Base test class for all JUnit test cases testing abstract classes to inherit from.
ConstantsTest Test class for com.mcdermottroe.exemplar.Constants.
CopyableTest<T> Test class for Copyable.
CopyExceptionTest Test class for CopyException.
DBCTest Test class for the DBC class.
EnumClassTestCase<T extends Enum<T>> Test case class for enumerated types.
ExceptionClassTestCase<T extends Exception> Test class for all exception classes.
ExceptionTest Test class for Exception.
ExemplarTestCase<T> A root class for all tests in Exemplar.
InterfaceTestCase<T> Base test class for all JUnit test cases testing interfaces to inherit from.
NormalClassTestCase<T extends Copyable<T> & Comparable<T>> Base class for JUnit tests that test classes which produce "normal" classes.
SingletonClassTestCase<T> Test class for all singleton classes.
UtilityClassTestCase<T> Test class for all utility classes (classes with no public constructors and with all fields and methods declared static).
UtilsTest Test class for Utils.
 

Package junit.com.mcdermottroe.exemplar Description

JUnit tests for classes in com.mcdermottroe.exemplar.