org.powermock.tests.utils.impl
Class TestCaseEntry

java.lang.Object
  extended by org.powermock.tests.utils.impl.TestCaseEntry

public class TestCaseEntry
extends Object

A test case entry consists of a test class and a list of test chunks that should be executed for this entry.


Constructor Summary
TestCaseEntry(Class<?> testClass, List<TestChunk> chunks)
           
 
Method Summary
 List<TestChunk> getTestChunks()
           
 Class<?> getTestClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseEntry

public TestCaseEntry(Class<?> testClass,
                     List<TestChunk> chunks)
Method Detail

getTestChunks

public List<TestChunk> getTestChunks()

getTestClass

public Class<?> getTestClass()


Copyright © 2007-2014. All Rights Reserved.