Package | Description |
---|---|
org.powermock.modules.junit4.rule | |
org.powermock.tests.utils | |
org.powermock.tests.utils.impl |
Constructor and Description |
---|
PowerMockStatement(org.junit.runners.model.Statement fNext,
TestChunk testChunk,
MockPolicyInitializer mockPolicyInitializer) |
Modifier and Type | Method and Description |
---|---|
TestChunk |
TestSuiteChunker.getTestChunk(java.lang.reflect.Method method)
Get TestChunk for the given method.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TestChunk> |
TestSuiteChunker.getTestChunks()
Get all chunk entries.
|
java.util.List<TestChunk> |
TestSuiteChunker.getTestChunksEntries(java.lang.Class<?> testClass)
Get all chunk entries for a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
RunnerTestSuiteChunker.createTestDelegators(java.lang.Class<?> testClass,
java.util.List<TestChunk> chunks)
Create the test delegators needed for a whole class.
|
Modifier and Type | Class and Description |
---|---|
class |
TestChunkImpl
A test chunk consists of a list of methods that should be executed by a
particular classloader.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<TestChunk> |
TestCaseEntry.testChunks |
Modifier and Type | Method and Description |
---|---|
TestChunk |
AbstractCommonTestSuiteChunkerImpl.getTestChunk(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TestChunk> |
AbstractCommonTestSuiteChunkerImpl.getTestChunks() |
java.util.List<TestChunk> |
TestCaseEntry.getTestChunks() |
java.util.List<TestChunk> |
AbstractCommonTestSuiteChunkerImpl.getTestChunksEntries(java.lang.Class<?> testClass)
Get all chunk entries for a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestSuiteChunkerImpl.createTestDelegators(java.lang.Class<?> testClass,
java.util.List<TestChunk> chunks)
Create the test delegators needed for a whole class.
|
Constructor and Description |
---|
TestCaseEntry(java.lang.Class<?> testClass,
java.util.List<TestChunk> chunks) |