Package org.powermock.tests.utils
Interface TestChunk
-
- All Known Implementing Classes:
TestChunkImpl
public interface TestChunkA test chunk consists of a list of methods that should be executed by a particular classloader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()List<Method>getTestMethodsToBeExecutedByThisClassloader()booleanisMethodToBeExecutedByThisClassloader(Method method)
-
-
-
Method Detail
-
getClassLoader
ClassLoader getClassLoader()
-
getTestMethodsToBeExecutedByThisClassloader
List<Method> getTestMethodsToBeExecutedByThisClassloader()
-
isMethodToBeExecutedByThisClassloader
boolean isMethodToBeExecutedByThisClassloader(Method method)
-
-