abstractpublic class AbstractTestConfigurationEvents extends TestCase (Code)
Base class for testing events generated by configuration classes derived from
AbstractConfiguration. This class implements a couple of tests related to
event generation. Concrete sub classes only have to implement the
createConfiguration() method for creating an instance of a
specific configuration class. Because tests for detail events depend on a
concrete implementation an exact sequence of events cannot be checked.
Instead the corresponding test methods check whether the enclosing events
(not the detail events) are of the expected type.
version: $Id: AbstractTestConfigurationEvents.java 439648 2006-09-02 20:42:10Z oheger $