Class TestCase
java.lang.Object
org.jenkinsci.plugins.parallel_test_executor.TestEntity
org.jenkinsci.plugins.parallel_test_executor.TestCase
- All Implemented Interfaces:
Comparable<TestEntity>
Execution time of a specific test case.
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.parallel_test_executor.TestEntity
duration, knapsack
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jenkinsci.plugins.parallel_test_executor.TestEntity
compareTo, getDuration
-
Constructor Details
-
TestCase
public TestCase(hudson.tasks.junit.CaseResult cr) -
TestCase
public TestCase(hudson.tasks.junit.CaseResult cr, boolean withClassName)
-
-
Method Details
-
getKey
- Specified by:
getKey
in classTestEntity
-
getElements
- Specified by:
getElements
in classTestEntity
-
toString
-