| org.apache.jorphan.test.UnitTestManager
All known Subclasses: org.apache.jmeter.util.JMeterUtils,
UnitTestManager | public interface UnitTestManager (Code) | | Implement this interface to work with the AllTests class. This interface
allows AllTests to pass a configuration file to your application before
running the junit unit tests.
See Also: AllTests author: Michael Stover (mstover at apache.org) version: $Revision: 493784 $ |
Method Summary | |
public void | initializeProperties(String filename) Your implementation will be handed the filename that was provided to
AllTests as a configuration file. |
initializeProperties | public void initializeProperties(String filename)(Code) | | Your implementation will be handed the filename that was provided to
AllTests as a configuration file. It can hold whatever properties you
need to configure your system prior to the unit tests running.
Parameters: filename - |
|
|