org.jenkinsci.plugins.parallel_test_executor
Class TestClass

java.lang.Object
  extended by org.jenkinsci.plugins.parallel_test_executor.TestClass
All Implemented Interfaces:
Comparable<TestClass>

public class TestClass
extends Object
implements Comparable<TestClass>

Execution time of a specific test case.


Constructor Summary
TestClass(hudson.tasks.junit.ClassResult cr)
           
 
Method Summary
 int compareTo(TestClass that)
           
 String getSourceFileName(String extension)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClass

public TestClass(hudson.tasks.junit.ClassResult cr)
Method Detail

compareTo

public int compareTo(TestClass that)
Specified by:
compareTo in interface Comparable<TestClass>

getSourceFileName

public String getSourceFileName(String extension)


Copyright © 2004-2013. All Rights Reserved.