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.ClassLoaderclassLoaderprivate 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.ClassLoadergetClassLoader()java.util.List<java.lang.reflect.Method>getTestMethodsToBeExecutedByThisClassloader()booleanisMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)java.lang.StringtoString()
-
-
-
Method Detail
-
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Specified by:
getClassLoaderin interfaceTestChunk
-
getTestMethodsToBeExecutedByThisClassloader
public java.util.List<java.lang.reflect.Method> getTestMethodsToBeExecutedByThisClassloader()
- Specified by:
getTestMethodsToBeExecutedByThisClassloaderin interfaceTestChunk
-
isMethodToBeExecutedByThisClassloader
public boolean isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)
- Specified by:
isMethodToBeExecutedByThisClassloaderin interfaceTestChunk
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-