- All Known Implementing Classes:
SystemVariableBasedBatchManager,TestCountBasedBatchManager
public interface BatchManager
-
Method Summary
Modifier and TypeMethodDescriptionintvoidregisterTestCase(Class<?> testCaseClass) voidregisterTestCase(String testCaseName) booleanshouldExecuteThisTest(int testCount)
-
Method Details
-
getCurrentTestCaseNumber
int getCurrentTestCaseNumber() -
registerTestCase
-
registerTestCase
-
shouldExecuteThisTest
boolean shouldExecuteThisTest(int testCount)
-