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 interface
JUnit4TestSuiteChunker
-
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 class
JUnit4TestSuiteChunkerImpl
-
Uses of TestSuiteChunker in org.powermock.modules.junit4.rule
Classes in org.powermock.modules.junit4.rule that implement TestSuiteChunker Modifier and Type Class Description class
PowerMockRuleTestSuiteChunker
Fields in org.powermock.modules.junit4.rule declared as TestSuiteChunker Modifier and Type Field Description private static TestSuiteChunker
PowerMockRule. testSuiteChunker
-
Uses of TestSuiteChunker in org.powermock.tests.utils
Subinterfaces of TestSuiteChunker in org.powermock.tests.utils Modifier and Type Interface Description interface
RunnerTestSuiteChunker
An 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 class
AbstractCommonTestSuiteChunkerImpl
class
AbstractTestSuiteChunkerImpl<T>
Abstract base class for test suite chunking, i.e.
-