org.powermock.tests.utils.impl
Class TestCaseEntry
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseEntry
public TestCaseEntry(Class<?> testClass,
List<TestChunk> chunks)
getTestChunks
public List<TestChunk> getTestChunks()
getTestClass
public Class<?> getTestClass()
Copyright © 2007-2014. All Rights Reserved.