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.
  • Field Details

    • testChunks

      private final List<TestChunk> testChunks
    • testClass

      private final Class<?> testClass
  • Constructor Details

  • Method Details

    • getTestChunks

      public List<TestChunk> getTestChunks()
    • getTestClass

      public Class<?> getTestClass()