public abstract class AbstractCommonTestSuiteChunkerImpl extends Object implements TestSuiteChunker
| Modifier and Type | Field and Description |
|---|---|
protected static int |
NOT_INITIALIZED |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCommonTestSuiteChunkerImpl(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChunkSize()
Get the number of chunks defined in this suite.
|
TestChunk |
getTestChunk(Method method)
Get TestChunk for the given method.
|
List<TestChunk> |
getTestChunks()
Get all chunk entries.
|
List<TestChunk> |
getTestChunksEntries(Class<?> testClass)
Get all chunk entries for a specific class.
|
protected Class<? extends Annotation> |
testMethodAnnotation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldExecuteTestForMethodprotected static final int NOT_INITIALIZED
public int getChunkSize()
TestSuiteChunkergetChunkSize in interface TestSuiteChunkerpublic List<TestChunk> getTestChunks()
TestSuiteChunkergetTestChunks in interface TestSuiteChunkerpublic List<TestChunk> getTestChunksEntries(Class<?> testClass)
TestSuiteChunkergetTestChunksEntries in interface TestSuiteChunkertestClass - The class whose chunk entries to get.public TestChunk getTestChunk(Method method)
TestSuiteChunkergetTestChunk in interface TestSuiteChunkermethod - - method for which test chunk should be found.protected Class<? extends Annotation> testMethodAnnotation()
Copyright © 2025. All rights reserved.