public interface RunnerTestSuiteChunker extends TestSuiteChunker
| Modifier and Type | Method and Description |
|---|---|
void |
createTestDelegators(Class<?> testClass,
List<TestChunk> chunks)
Create the test delegators needed for a whole class.
|
int |
getTestCount()
Get the number of total tests defined in the suite (the sum of all tests
defined in all chunks for this suite).
|
getChunkSize, getTestChunk, getTestChunks, getTestChunksEntries, shouldExecuteTestForMethodvoid createTestDelegators(Class<?> testClass, List<TestChunk> chunks) throws Exception
Exceptionint getTestCount()
Copyright © 2007–2016. All rights reserved.