Uses of Interface
org.powermock.tests.utils.TestChunk
-
Packages that use TestChunk Package Description 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 TestChunk Modifier and Type Method Description TestChunkTestSuiteChunker. getTestChunk(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 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 Modifier and Type Method Description voidRunnerTestSuiteChunker. 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 Modifier and Type Class Description classTestChunkImplA 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 TestChunk Modifier and Type Method Description TestChunkAbstractCommonTestSuiteChunkerImpl. getTestChunk(Method method)Methods in org.powermock.tests.utils.impl that return types with arguments of type TestChunk Modifier and Type Method Description List<TestChunk>AbstractCommonTestSuiteChunkerImpl. getTestChunks()List<TestChunk>TestCaseEntry. getTestChunks()List<TestChunk>AbstractCommonTestSuiteChunkerImpl. 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 Modifier and Type Method Description voidAbstractTestSuiteChunkerImpl. 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 Constructor Description TestCaseEntry(Class<?> testClass, List<TestChunk> chunks)
-