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.Description
void
run
(org.junit.runner.notification.RunNotifier notifier) Methods inherited from interface org.junit.runner.manipulation.Filterable
filter
Methods inherited from interface org.powermock.tests.utils.RunnerTestSuiteChunker
createTestDelegators, getTestCount
Methods inherited from interface org.junit.runner.manipulation.Sortable
sort
Methods inherited from interface org.powermock.tests.utils.TestSuiteChunker
getChunkSize, getTestChunk, getTestChunks, getTestChunksEntries, shouldExecuteTestForMethod
-
Method Details
-
getDescription
org.junit.runner.Description getDescription() -
run
void run(org.junit.runner.notification.RunNotifier notifier)
-