Class TestChunkImpl
java.lang.Object
org.powermock.tests.utils.impl.TestChunkImpl
- All Implemented Interfaces:
TestChunk
-
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:
getClassLoaderin interfaceTestChunk
-
getTestMethodsToBeExecutedByThisClassloader
- Specified by:
getTestMethodsToBeExecutedByThisClassloaderin interfaceTestChunk
-
isMethodToBeExecutedByThisClassloader
- Specified by:
isMethodToBeExecutedByThisClassloaderin interfaceTestChunk
-
toString
-