abstractpublic class DefaultPropertiesTestLibrary extends TestCase (Code)
Library for testing default properties.
Uses a
DefaultPropertiesTester object to test different methods
in different classes.
To extend this class, the programmer must implement the following items:
Set the #tester field in a public default
constructor that takes no arguments.
A public static Test suite() method that takes one or more
arguments. (The
DefaultPropertiesTestLibrary.suite() method in this class should
not be overridden.)
author: David D. Kilzer version: $Id: DefaultPropertiesTestLibrary.java,v 1.26 2007/07/12 20:34:47 bheineman Exp $