Package org.bibeault.jrjournal.ccc.test

Test classes for the JavaRanch Journal article The Constant Constants Conternation.

See:
          Description

Interface Summary
AnInterface Interface used to test that the ClassConstantInspector can inspect class constants in an interface.
 

Class Summary
ClassWithoutNoArgsConstructor Class used to test that the ClassConstantInspector can inspect class constants in a class without a no-args constructor.
Constants Class used to test that the ClassConstantInspector can inspect class constants of various types.
LoginForm A sample abstraction of form data used as an example in the article.
 

Package org.bibeault.jrjournal.ccc.test Description

Test classes for the JavaRanch Journal article The Constant Constants Conternation.

This package contains classes used to help test the implementation classes in the org.bibeault.jrjournal.ccc package.