Class | Description |
---|---|
AbstractCommonTestSuiteChunkerImpl | |
AbstractTestClassExtractor |
Base class for all test class extractors.
|
AbstractTestSuiteChunkerImpl<T> |
Abstract base class for test suite chunking, i.e.
|
ArrayMergerImpl |
The default implementation of the
ArrayMerger interface. |
MockPolicyInitializerImpl |
The default implementation of the
MockPolicyInitializer interface for
mock policies. |
PowerMockIgnorePackagesExtractorImpl | |
PowerMockTestNotifierImpl |
Utility class that may be used by PowerMock test runners to notify listeners.
|
PrepareForTestExtractorImpl |
Implementation of the
TestClassesExtractor interface that extract
classes from the PrepareForTest or PrepareOnlyThisForTest
annotations. |
StaticConstructorSuppressExtractorImpl |
Implementation of the
TestClassesExtractor interface for classes that
should have their static initializers suppressed. |
TestCaseEntry |
A test case entry consists of a test class and a list of test chunks that
should be executed for this entry.
|
TestChunkImpl |
A test chunk consists of a list of methods that should be executed by a
particular classloader.
|