Package org.powermock.tests.utils.impl
Class TestChunkImpl
- java.lang.Object
-
- org.powermock.tests.utils.impl.TestChunkImpl
-
-
Constructor Summary
Constructors Constructor Description TestChunkImpl(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoadergetClassLoader()List<Method>getTestMethodsToBeExecutedByThisClassloader()booleanisMethodToBeExecutedByThisClassloader(Method method)StringtoString()
-
-
-
Constructor Detail
-
TestChunkImpl
public TestChunkImpl(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader)
-
-
Method Detail
-
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoaderin interfaceTestChunk
-
getTestMethodsToBeExecutedByThisClassloader
public List<Method> getTestMethodsToBeExecutedByThisClassloader()
- Specified by:
getTestMethodsToBeExecutedByThisClassloaderin interfaceTestChunk
-
isMethodToBeExecutedByThisClassloader
public boolean isMethodToBeExecutedByThisClassloader(Method method)
- Specified by:
isMethodToBeExecutedByThisClassloaderin interfaceTestChunk
-
-