Uses of Interface
org.powermock.tests.utils.TestChunk
Packages that use TestChunk
-
Uses of TestChunk in org.powermock.tests.utils
Methods in org.powermock.tests.utils that return TestChunkModifier and TypeMethodDescriptionTestSuiteChunker.getTestChunk(Method method) Get TestChunk for the given method.Methods in org.powermock.tests.utils that return types with arguments of type TestChunkModifier and TypeMethodDescriptionTestSuiteChunker.getTestChunks()Get all chunk entries.TestSuiteChunker.getTestChunksEntries(Class<?> testClass) Get all chunk entries for a specific class.Method parameters in org.powermock.tests.utils with type arguments of type TestChunkModifier and TypeMethodDescriptionvoidRunnerTestSuiteChunker.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 TestChunkModifier and TypeClassDescriptionclassA 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 TestChunkMethods in org.powermock.tests.utils.impl that return TestChunkMethods in org.powermock.tests.utils.impl that return types with arguments of type TestChunkModifier and TypeMethodDescriptionAbstractCommonTestSuiteChunkerImpl.getTestChunks()TestCaseEntry.getTestChunks()AbstractCommonTestSuiteChunkerImpl.getTestChunksEntries(Class<?> testClass) Method parameters in org.powermock.tests.utils.impl with type arguments of type TestChunkModifier and TypeMethodDescriptionfinal voidAbstractTestSuiteChunkerImpl.createTestDelegators(Class<?> testClass, List<TestChunk> chunks) Constructor parameters in org.powermock.tests.utils.impl with type arguments of type TestChunk