Uses of Interface
org.powermock.tests.utils.TestSuiteChunker
-
-
Uses of TestSuiteChunker in org.powermock.modules.junit4.common.internal
Subinterfaces of TestSuiteChunker in org.powermock.modules.junit4.common.internal Modifier and Type Interface Description interfaceJUnit4TestSuiteChunker -
Uses of TestSuiteChunker in org.powermock.modules.junit4.common.internal.impl
Classes in org.powermock.modules.junit4.common.internal.impl that implement TestSuiteChunker Modifier and Type Class Description classJUnit4TestSuiteChunkerImpl -
Uses of TestSuiteChunker in org.powermock.modules.junit4.rule
Classes in org.powermock.modules.junit4.rule that implement TestSuiteChunker Modifier and Type Class Description classPowerMockRuleTestSuiteChunkerFields in org.powermock.modules.junit4.rule declared as TestSuiteChunker Modifier and Type Field Description private static TestSuiteChunkerPowerMockRule. testSuiteChunker -
Uses of TestSuiteChunker in org.powermock.tests.utils
Subinterfaces of TestSuiteChunker in org.powermock.tests.utils Modifier and Type Interface Description interfaceRunnerTestSuiteChunkerAn interface that should be implemented by classes that performs test suite chunking. -
Uses of TestSuiteChunker in org.powermock.tests.utils.impl
Classes in org.powermock.tests.utils.impl that implement TestSuiteChunker Modifier and Type Class Description classAbstractCommonTestSuiteChunkerImplclassAbstractTestSuiteChunkerImpl<T>Abstract base class for test suite chunking, i.e.
-