Interface JUnit4TestSuiteChunker
- All Superinterfaces:
org.junit.runner.manipulation.Filterable, RunnerTestSuiteChunker, org.junit.runner.manipulation.Sortable, TestSuiteChunker
- All Known Implementing Classes:
JUnit4TestSuiteChunkerImpl
public interface JUnit4TestSuiteChunker
extends RunnerTestSuiteChunker, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runner.Descriptionvoidrun(org.junit.runner.notification.RunNotifier notifier) Methods inherited from interface org.junit.runner.manipulation.Filterable
filterMethods inherited from interface RunnerTestSuiteChunker
createTestDelegators, getTestCountMethods inherited from interface org.junit.runner.manipulation.Sortable
sortMethods inherited from interface TestSuiteChunker
getChunkSize, getTestChunk, getTestChunks, getTestChunksEntries, shouldExecuteTestForMethod
-
Method Details
-
getDescription
org.junit.runner.Description getDescription() -
run
void run(org.junit.runner.notification.RunNotifier notifier)
-