public interface BatchManager
Modifier and Type | Method and Description |
---|---|
int |
getCurrentTestCaseNumber() |
void |
registerTestCase(java.lang.Class<?> testCaseClass) |
void |
registerTestCase(java.lang.String testCaseName) |
boolean |
shouldExecuteThisTest(int testCount) |