org.powermock.tests.utils
Interface TestChunk

All Known Implementing Classes:
TestChunkImpl

public interface TestChunk

A test chunk consists of a list of methods that should be executed by a particular classloader.


Method Summary
 ClassLoader getClassLoader()
           
 List<Method> getTestMethodsToBeExecutedByThisClassloader()
           
 

Method Detail

getClassLoader

ClassLoader getClassLoader()

getTestMethodsToBeExecutedByThisClassloader

List<Method> getTestMethodsToBeExecutedByThisClassloader()


Copyright © 2007-2014. All Rights Reserved.