public interface TestChunk
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getClassLoader() |
java.util.List<java.lang.reflect.Method> |
getTestMethodsToBeExecutedByThisClassloader() |
boolean |
isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method) |
java.lang.ClassLoader getClassLoader()
java.util.List<java.lang.reflect.Method> getTestMethodsToBeExecutedByThisClassloader()
boolean isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)