java.lang.Object
org.jenkinsci.plugins.parallel_test_executor.TestEntity
All Implemented Interfaces:
Comparable<TestEntity>
Direct Known Subclasses:
TestCase, TestClass

public abstract class TestEntity extends Object implements Comparable<TestEntity>
Represents a result of the test parallelization granularity of interest.
  • Field Details

    • duration

      protected long duration
    • knapsack

      protected org.jenkinsci.plugins.parallel_test_executor.ParallelTestExecutor.Knapsack knapsack
      Knapsack that this test class belongs to.
  • Constructor Details

    • TestEntity

      protected TestEntity()
  • Method Details