Package org.powermock.tests.utils.impl
Class TestChunkImpl
- java.lang.Object
-
- org.powermock.tests.utils.impl.TestChunkImpl
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoader
classLoader
private java.util.List<java.lang.reflect.Method>
testMethodsToBeExecutedByThisClassloader
-
Constructor Summary
Constructors Constructor Description TestChunkImpl(java.lang.ClassLoader classLoader, java.util.List<java.lang.reflect.Method> testMethodsToBeExecutedByThisClassloader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassLoader
getClassLoader()
java.util.List<java.lang.reflect.Method>
getTestMethodsToBeExecutedByThisClassloader()
boolean
isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)
java.lang.String
toString()
-
-
-
Method Detail
-
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interfaceTestChunk
-
getTestMethodsToBeExecutedByThisClassloader
public java.util.List<java.lang.reflect.Method> getTestMethodsToBeExecutedByThisClassloader()
- Specified by:
getTestMethodsToBeExecutedByThisClassloader
in interfaceTestChunk
-
isMethodToBeExecutedByThisClassloader
public boolean isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)
- Specified by:
isMethodToBeExecutedByThisClassloader
in interfaceTestChunk
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-