JUnit-addons
version 1.4

Package junitx.util

Provides classes that can be used by the test classes for enhance functionalities.

See:
          Description

Interface Summary
TestFilter Interface used by the ArchiveSuiteBuilder and DirectorySuiteBuilder to decide if a class must be included into the TestSuite.
 

Class Summary
ArchiveSuiteBuilder Extracts the testcases from a zip or jar achive.
Converter Contains convenient converter methods
DirectorySuiteBuilder Extracts the testcases from a directory.
NamingUtil Class providing utility methods for the javax.naming package.
PrivateAccessor Utility class to bypass the Java modifiers security and access protected and private fields and methods.
PropertyManager The PropertyManager class represents a persistent set of properties loaded from a standard Property file.
ResourceManager Utility class that manages resources and allows separate tests to share them.
SimpleTestFilter Simple filter for test classes (ending with 'Test').
ThrowableUtil Class providing utility methods for Throwable classes.
XMLPropertyManager The XMLPropertyManager class represents a persistent set of properties loaded from an XML property file.
 

Package junitx.util Description

Provides classes that can be used by the test classes for enhance functionalities.


JUnit-addons
version 1.4

Copyright © 2002-2003 Vladimir R. Bossicard. All Rights Reserved.