org.jenkinsci.plugins.parallel_test_executor
Class TestClass
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestClass
public TestClass(hudson.tasks.junit.ClassResult cr)
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.