|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestDefinition
Determines whether or not a given
java.lang.reflect.Method is to be considered a test case
method.
Custom implementations can be passed on the command line using
the appropriate argument.
FixturesRunnerConfig,
FixturesRunnerConfigFactory,
Test| Method Summary | |
|---|---|
boolean |
isTest(Method m)
Returns true if the given
java.lang.reflect.Method is to be considered a test
case method. |
| Method Detail |
|---|
boolean isTest(Method m)
true if the given
java.lang.reflect.Method is to be considered a test
case method.
m - The method to determine if it is a test case method.
true if the given
java.lang.reflect.Method is to be considered a test
case method.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||