java.lang.Object
org.jenkinsci.plugins.parallel_test_executor.TestEntity
org.jenkinsci.plugins.parallel_test_executor.TestCase
All Implemented Interfaces:
Comparable<TestEntity>

public class TestCase extends TestEntity
Execution time of a specific test case.
  • Constructor Details

    • TestCase

      public TestCase(hudson.tasks.junit.CaseResult cr)
    • TestCase

      public TestCase(hudson.tasks.junit.CaseResult cr, boolean withClassName)
  • Method Details