|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestChunk | |
|---|---|
| org.powermock.tests.utils | |
| org.powermock.tests.utils.impl | |
| Uses of TestChunk in org.powermock.tests.utils |
|---|
| Methods in org.powermock.tests.utils that return types with arguments of type TestChunk | |
|---|---|
List<TestChunk> |
TestSuiteChunker.getTestChunks()
Get all chunk entries. |
List<TestChunk> |
TestSuiteChunker.getTestChunksEntries(Class<?> testClass)
Get all chunk entries for a specific class. |
| Method parameters in org.powermock.tests.utils with type arguments of type TestChunk | |
|---|---|
void |
TestSuiteChunker.createTestDelegators(Class<?> testClass,
List<TestChunk> chunks)
Create the test delegators needed for a whole class. |
| Uses of TestChunk in org.powermock.tests.utils.impl |
|---|
| Classes in org.powermock.tests.utils.impl that implement TestChunk | |
|---|---|
class |
TestChunkImpl
A test chunk consists of a list of methods that should be executed by a particular classloader. |
| Methods in org.powermock.tests.utils.impl that return types with arguments of type TestChunk | |
|---|---|
List<TestChunk> |
TestCaseEntry.getTestChunks()
|
List<TestChunk> |
AbstractTestSuiteChunkerImpl.getTestChunks()
|
List<TestChunk> |
AbstractTestSuiteChunkerImpl.getTestChunksEntries(Class<?> testClass)
Get all chunk entries for a specific class. |
| Method parameters in org.powermock.tests.utils.impl with type arguments of type TestChunk | |
|---|---|
void |
AbstractTestSuiteChunkerImpl.createTestDelegators(Class<?> testClass,
List<TestChunk> chunks)
Create the test delegators needed for a whole class. |
| Constructor parameters in org.powermock.tests.utils.impl with type arguments of type TestChunk | |
|---|---|
TestCaseEntry(Class<?> testClass,
List<TestChunk> chunks)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||