org.powermock.tests.utils.impl
Class TestChunkImpl

java.lang.Object
  extended by 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.


Constructor Summary
TestChunkImpl(ClassLoader classLoader, List<Method> testMethodsToBeExecutedByThisClassloader)
           
 
Method Summary
 ClassLoader getClassLoader()
          
 List<Method> getTestMethodsToBeExecutedByThisClassloader()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestChunkImpl

public TestChunkImpl(ClassLoader classLoader,
                     List<Method> testMethodsToBeExecutedByThisClassloader)
Method Detail

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-2014. All Rights Reserved.