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 TestChunk
public List<Method> getTestMethodsToBeExecutedByThisClassloader()
getTestMethodsToBeExecutedByThisClassloader
in interface TestChunk
public boolean isMethodToBeExecutedByThisClassloader(Method method)
isMethodToBeExecutedByThisClassloader
in interface TestChunk
Copyright © 2019. All rights reserved.