Uses of Interface
org.powermock.tests.utils.TestChunk
-
Packages that use TestChunk Package Description org.powermock.modules.junit4.rule org.powermock.tests.utils org.powermock.tests.utils.impl -
-
Uses of TestChunk in org.powermock.modules.junit4.rule
Constructors in org.powermock.modules.junit4.rule with parameters of type TestChunk Constructor Description PowerMockStatement(org.junit.runners.model.Statement fNext, TestChunk testChunk, MockPolicyInitializer mockPolicyInitializer)
-
Uses of TestChunk in org.powermock.tests.utils
Methods in org.powermock.tests.utils that return TestChunk Modifier and Type Method Description TestChunk
TestSuiteChunker. getTestChunk(java.lang.reflect.Method method)
Get TestChunk for the given method.Methods in org.powermock.tests.utils that return types with arguments of type TestChunk Modifier and Type Method 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.Method parameters in org.powermock.tests.utils with type arguments of type TestChunk Modifier and Type Method Description void
RunnerTestSuiteChunker. createTestDelegators(java.lang.Class<?> testClass, java.util.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 Modifier and Type Class Description class
TestChunkImpl
A test chunk consists of a list of methods that should be executed by a particular classloader.Fields in org.powermock.tests.utils.impl with type parameters of type TestChunk Modifier and Type Field Description private java.util.List<TestChunk>
TestCaseEntry. testChunks
Methods in org.powermock.tests.utils.impl that return TestChunk Modifier and Type Method Description TestChunk
AbstractCommonTestSuiteChunkerImpl. getTestChunk(java.lang.reflect.Method method)
Methods in org.powermock.tests.utils.impl that return types with arguments of type TestChunk Modifier and Type Method 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.Method parameters in org.powermock.tests.utils.impl with type arguments of type TestChunk Modifier and Type Method Description void
AbstractTestSuiteChunkerImpl. createTestDelegators(java.lang.Class<?> testClass, java.util.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 Constructor Description TestCaseEntry(java.lang.Class<?> testClass, java.util.List<TestChunk> chunks)
-