- TEST_END - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test has started.
- TEST_ERROR - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test had a error.
- TEST_FAILED - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test had a failure.
- TEST_IDENTIFIER_MESSAGE_FORMAT - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
MessageFormat to encode test method identifiers:
testMethod(testClass)
- TEST_RUN_END - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test run has ended.
- TEST_RUN_START - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test run has started.
- TEST_START - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test has started.
- TEST_TREE - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification about a test inside the test suite.
- testEnded(String, String, boolean) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- testError(String, String, String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- testFailed(String, String, String, String, String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- testFailure(Failure) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testFinished(Description) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testIgnored(Description) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testRunEnded(long) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- testRunFinished(Result) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testRunStarted(Description) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testRunStarted(int) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- testStarted(Description) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
-
- testStarted(String, String, boolean) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- TestSuiteHelper - Class in org.jenkinsci.testinprogress.ant
-
Content from this class has been copied from JUnitTestRunner.
- TestSuiteHelper() - Constructor for class org.jenkinsci.testinprogress.ant.TestSuiteHelper
-
- testTree(String, String, boolean, int) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
-
- tokenizeToStringArray(String, String) - Static method in class de.oschoen.junit.runner.StringUtils
-
Tokenize the given String into a String array via a StringTokenizer.
- toStringArray(Collection) - Static method in class de.oschoen.junit.runner.StringUtils
-
Copy the given Collection into a String array.
- TRACE_END - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a trace ends.
- TRACE_START - Static variable in class org.jenkinsci.testinprogress.messagesender.MessageIds
-
Notification that a test trace has started.