Package | Description |
---|---|
org.powermock.tests.utils | |
org.powermock.tests.utils.impl |
Modifier and Type | Method and Description |
---|---|
TestChunk |
TestSuiteChunker.getTestChunk(Method method)
Get TestChunk for the given method.
|
Modifier and Type | Method and Description |
---|---|
List<TestChunk> |
TestSuiteChunker.getTestChunks()
Get all chunk entries.
|
List<TestChunk> |
TestSuiteChunker.getTestChunksEntries(Class<?> testClass)
Get all chunk entries for a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
RunnerTestSuiteChunker.createTestDelegators(Class<?> testClass,
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 | Method and Description |
---|---|
TestChunk |
AbstractCommonTestSuiteChunkerImpl.getTestChunk(Method method) |
Modifier and Type | Method and Description |
---|---|
List<TestChunk> |
TestCaseEntry.getTestChunks() |
List<TestChunk> |
AbstractCommonTestSuiteChunkerImpl.getTestChunks() |
List<TestChunk> |
AbstractCommonTestSuiteChunkerImpl.getTestChunksEntries(Class<?> testClass) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestSuiteChunkerImpl.createTestDelegators(Class<?> testClass,
List<TestChunk> chunks) |
Constructor and Description |
---|
TestCaseEntry(Class<?> testClass,
List<TestChunk> chunks) |
Copyright © 2019. All rights reserved.