A C D E F G H I M N O P R S T

R

Reflector - Class in tester
This class illustrates the use of the Java reflection classes and is used by the Inspector class to design tests for extenstional equality between two objects of arbitrary type.
Reflector(Object) - Constructor for class tester.Reflector
Constructor: For the given instance get its Class and all public declared fields.
report(boolean, String, Object, Object) - Method in class tester.Tester
General contractor to report test results
reportErrors(String, Object, Object) - Method in class tester.Tester
Add a test to the list of failed tests
reportSuccess(String, Object, Object) - Method in class tester.Tester
Add a test to the list of successful tests
result - Static variable in class tester.Printer
the resulting string produced
run() - Method in class tester.AExamples
Method that runs the test suite for this class.
runTests(IExamples) - Method in class tester.Tester
Run the tests, accept the class to be tested as a visitor

A C D E F G H I M N O P R S T