org.powermock.tests.utils.impl
Class TestChunkImpl
java.lang.Object
org.powermock.tests.utils.impl.TestChunkImpl
- All Implemented Interfaces:
- TestChunk
public class TestChunkImpl
- extends Object
- implements TestChunk
A test chunk consists of a list of methods that should be executed by a
particular classloader.
TestChunkImpl
public TestChunkImpl(ClassLoader classLoader,
List<Method> testMethodsToBeExecutedByThisClassloader)
getClassLoader
public ClassLoader getClassLoader()
-
- Specified by:
getClassLoader in interface TestChunk
getTestMethodsToBeExecutedByThisClassloader
public List<Method> getTestMethodsToBeExecutedByThisClassloader()
-
- Specified by:
getTestMethodsToBeExecutedByThisClassloader in interface TestChunk
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007-2013. All Rights Reserved.