Package 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.
-
-
Constructor Summary
Constructors Constructor Description TestCaseEntry(Class<?> testClass, List<TestChunk> chunks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestChunk>
getTestChunks()
Class<?>
getTestClass()
-