Package org.powermock.tests.utils.impl
Class TestChunkImpl
java.lang.Object
org.powermock.tests.utils.impl.TestChunkImpl
- All Implemented Interfaces:
TestChunk
A test chunk consists of a list of methods that should be executed by a
particular classloader.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestChunkImpl
(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader) -
Method Summary
-
Field Details
-
classLoader
-
testMethodsToBeExecutedByThisClassloader
-
-
Constructor Details
-
TestChunkImpl
public TestChunkImpl(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader)
-
-
Method Details
-
getClassLoader
- Specified by:
getClassLoader
in interfaceTestChunk
-
getTestMethodsToBeExecutedByThisClassloader
- Specified by:
getTestMethodsToBeExecutedByThisClassloader
in interfaceTestChunk
-
isMethodToBeExecutedByThisClassloader
- Specified by:
isMethodToBeExecutedByThisClassloader
in interfaceTestChunk
-
toString
-