Constructor and Description |
---|
TestChunkImpl(java.lang.ClassLoader classLoader,
java.util.List<java.lang.reflect.Method> testMethodsToBeExecutedByThisClassloader) |
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.String |
toString() |
public TestChunkImpl(java.lang.ClassLoader classLoader, java.util.List<java.lang.reflect.Method> testMethodsToBeExecutedByThisClassloader)
public java.lang.ClassLoader getClassLoader()
getClassLoader
in interface TestChunk
public java.util.List<java.lang.reflect.Method> getTestMethodsToBeExecutedByThisClassloader()
getTestMethodsToBeExecutedByThisClassloader
in interface TestChunk
public boolean isMethodToBeExecutedByThisClassloader(java.lang.reflect.Method method)
isMethodToBeExecutedByThisClassloader
in interface TestChunk
public java.lang.String toString()
toString
in class java.lang.Object