| Constructor and Description |
|---|
TestChunkImpl(ClassLoader classLoader,
List<Method> testMethodsToBeExecutedByThisClassloader) |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
List<Method> |
getTestMethodsToBeExecutedByThisClassloader() |
boolean |
isMethodToBeExecutedByThisClassloader(Method method) |
String |
toString() |
public TestChunkImpl(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader)
public ClassLoader getClassLoader()
getClassLoader in interface TestChunkpublic List<Method> getTestMethodsToBeExecutedByThisClassloader()
getTestMethodsToBeExecutedByThisClassloader in interface TestChunkpublic boolean isMethodToBeExecutedByThisClassloader(Method method)
isMethodToBeExecutedByThisClassloader in interface TestChunkCopyright © 2007–2016. All rights reserved.