Package | Description |
---|---|
org.powermock.tests.utils | |
org.powermock.tests.utils.impl |
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 |
TestSuiteChunker.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 |
---|---|
List<TestChunk> |
AbstractTestSuiteChunkerImpl.getTestChunks() |
List<TestChunk> |
TestCaseEntry.getTestChunks() |
List<TestChunk> |
AbstractTestSuiteChunkerImpl.getTestChunksEntries(Class<?> testClass)
Get all chunk entries for a specific class.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestSuiteChunkerImpl.createTestDelegators(Class<?> testClass,
List<TestChunk> chunks)
Create the test delegators needed for a whole class.
|
Constructor and Description |
---|
TestCaseEntry(Class<?> testClass,
List<TestChunk> chunks) |
Copyright © 2007-2015. All Rights Reserved.