|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnitTestManager
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.
N.B. This interface must be in the main src/ tree (not test/) because it is implemented by JMeterUtils
see JUnit class: org.apache.jorphan.test.AllTests
Method Summary | |
---|---|
void |
initializeProperties(String filename)
Your implementation will be handed the filename that was provided to AllTests as a configuration file. |
Method Detail |
---|
void initializeProperties(String filename)
filename
-
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |