A B C D E F G I J M N O P R S T W 

A

addError(Test, Throwable) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
addFailure(Test, AssertionFailedError) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
AntPathMatcher - Class in de.oschoen.junit.runner
This class was borrowed from the Spring Framework with modifications.
AntPathMatcher() - Constructor for class de.oschoen.junit.runner.AntPathMatcher
 

B

BatchTestRunner - Class in de.oschoen.junit.runner
Define a junit 4 test suite based on pattern matching.
BatchTestRunner(Class<?>, RunnerBuilder) - Constructor for class de.oschoen.junit.runner.BatchTestRunner
Called reflectively on classes annotated with @RunWith(BatchTestRunner.class)
BatchTestRunner(RunnerBuilder, Class<?>[]) - Constructor for class de.oschoen.junit.runner.BatchTestRunner
Call this when there is no single root class (for example, multiple class names passed on the command line to JUnitCore
BatchTestRunner(RunnerBuilder, Class<?>, Class<?>[]) - Constructor for class de.oschoen.junit.runner.BatchTestRunner
Called by this class and subclasses once the classes making up the suite have been determined
BatchTestRunner(Class<?>, List<Runner>) - Constructor for class de.oschoen.junit.runner.BatchTestRunner
Called by this class and subclasses once the runners making up the suite have been determined
BatchTestRunner.BatchTestExclude - Annotation Type in de.oschoen.junit.runner
 
BatchTestRunner.BatchTestInclude - Annotation Type in de.oschoen.junit.runner
 

C

close() - Method in class org.jenkinsci.testinprogress.messagesender.NullWriter
 

D

de.oschoen.junit.runner - package de.oschoen.junit.runner
 
describeChild(Runner) - Method in class de.oschoen.junit.runner.BatchTestRunner
 
doMatch(String, String, boolean) - Method in class de.oschoen.junit.runner.AntPathMatcher
Actually match the given path against the given pattern.

E

endTest(Test) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
endTestSuite(JUnitTest) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
extractPathWithinPattern(String, String) - Method in class de.oschoen.junit.runner.AntPathMatcher
Given a pattern and a full path, determine the pattern-mapped part.

F

flush() - Method in class org.jenkinsci.testinprogress.messagesender.NullWriter
 

G

getChildren() - Method in class de.oschoen.junit.runner.BatchTestRunner
 
getMessageSender() - Method in interface org.jenkinsci.testinprogress.messagesender.IMessageSenderFactory
 
getMessageSender() - Method in class org.jenkinsci.testinprogress.messagesender.SimpleMessageSenderFactory
 
getMessageSender() - Method in class org.jenkinsci.testinprogress.messagesender.SocketMessageSenderFactory
 
getSuite(JUnitTest, ClassLoader) - Static method in class org.jenkinsci.testinprogress.ant.TestSuiteHelper
 

I

IMessageSenderFactory - Interface in org.jenkinsci.testinprogress.messagesender
Factory for MessageSender
init() - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
init() - Method in class org.jenkinsci.testinprogress.messagesender.SocketMessageSender
 

J

JUnit4ProgressRunListener - Class in org.jenkinsci.testinprogress
Using JUnit4ProgressRunListener as a RunListener allows you to send test unit messages to the jenkins plugin that will display progress as the build is running.
JUnit4ProgressRunListener() - Constructor for class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
 
JUnit4ProgressRunListener(IMessageSenderFactory) - Constructor for class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
 
JUnitProgressResultFormatter - Class in org.jenkinsci.testinprogress.ant
Formatter to be used with junit ant task.
JUnitProgressResultFormatter() - Constructor for class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
JUnitProgressResultFormatter(IMessageSenderFactory) - Constructor for class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 

M

match(String, String) - Method in class de.oschoen.junit.runner.AntPathMatcher
 
matchStart(String, String) - Method in class de.oschoen.junit.runner.AntPathMatcher
 
MessageIds - Class in org.jenkinsci.testinprogress.messagesender
Message identifiers for messages sent by the RemoteTestRunner.
MessageIds() - Constructor for class org.jenkinsci.testinprogress.messagesender.MessageIds
 
MessageSender - Class in org.jenkinsci.testinprogress.messagesender
Abstract class used to send test messages Generally, the sequence of methods called will be : testRunStarted : runId is optional, must be unique for the build testTree (1..n) : creates the tree of tests testStarted (testFailed/testAssumptionFailed/testError) testEnded testRunEnded
MessageSender() - Constructor for class org.jenkinsci.testinprogress.messagesender.MessageSender
 

N

NullMessageSender - Class in org.jenkinsci.testinprogress.messagesender
MessageSender that do not send messages
NullMessageSender() - Constructor for class org.jenkinsci.testinprogress.messagesender.NullMessageSender
 
NullWriter - Class in org.jenkinsci.testinprogress.messagesender
An Writer than eats its input.
NullWriter() - Constructor for class org.jenkinsci.testinprogress.messagesender.NullWriter
 

O

org.jenkinsci.testinprogress - package org.jenkinsci.testinprogress
 
org.jenkinsci.testinprogress.ant - package org.jenkinsci.testinprogress.ant
 
org.jenkinsci.testinprogress.messagesender - package org.jenkinsci.testinprogress.messagesender
 
org.jenkinsci.testinprogress.runner - package org.jenkinsci.testinprogress.runner
 

P

println(String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
ProgressBatchSuite - Class in org.jenkinsci.testinprogress.runner
Runner that combines ProgressSuite and BatchTestRunner
ProgressBatchSuite(Class<?>, RunnerBuilder) - Constructor for class org.jenkinsci.testinprogress.runner.ProgressBatchSuite
Called reflectively on classes annotated with @RunWith(BatchTestRunner.class)
ProgressBatchSuite(RunnerBuilder, Class<?>[]) - Constructor for class org.jenkinsci.testinprogress.runner.ProgressBatchSuite
Call this when there is no single root class (for example, multiple class names passed on the command line to JUnitCore
ProgressSuite - Class in org.jenkinsci.testinprogress.runner
Using ProgressSuite as a runner allows you to send test unit messages to the jenkins plugin that will display progress as the build is running.
ProgressSuite(Class<?>, RunnerBuilder) - Constructor for class org.jenkinsci.testinprogress.runner.ProgressSuite
Called reflectively on classes annotated with @RunWith(ProgressSuite.class)

R

run(RunNotifier) - Method in class org.jenkinsci.testinprogress.runner.ProgressBatchSuite
 
run(RunNotifier) - Method in class org.jenkinsci.testinprogress.runner.ProgressSuite
 
runChild(Runner, RunNotifier) - Method in class de.oschoen.junit.runner.BatchTestRunner
 

S

setOutput(OutputStream) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
setSystemError(String) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
setSystemOutput(String) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
shutdown() - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
shutdown() - Method in class org.jenkinsci.testinprogress.messagesender.SocketMessageSender
 
SimpleMessageSenderFactory - Class in org.jenkinsci.testinprogress.messagesender
Creates MessageSender that send test message to a PrintWriter
SimpleMessageSenderFactory(Writer) - Constructor for class org.jenkinsci.testinprogress.messagesender.SimpleMessageSenderFactory
 
SocketMessageSender - Class in org.jenkinsci.testinprogress.messagesender
Send test messages using socket
SocketMessageSender(String, int) - Constructor for class org.jenkinsci.testinprogress.messagesender.SocketMessageSender
 
SocketMessageSenderFactory - Class in org.jenkinsci.testinprogress.messagesender
Factory that creates a test messages sender that send messages using TCP.
SocketMessageSenderFactory(String, int) - Constructor for class org.jenkinsci.testinprogress.messagesender.SocketMessageSenderFactory
 
SocketMessageSenderFactory() - Constructor for class org.jenkinsci.testinprogress.messagesender.SocketMessageSenderFactory
 
startTest(Test) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
startTestSuite(JUnitTest) - Method in class org.jenkinsci.testinprogress.ant.JUnitProgressResultFormatter
 
StringUtils - Class in de.oschoen.junit.runner
Simple utility class for String operations useful across the framework.
StringUtils() - Constructor for class de.oschoen.junit.runner.StringUtils
 

T

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_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.
testAssumptionFailed(String, String, String, String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
testAssumptionFailed(String, String, String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
testAssumptionFailure(Failure) - Method in class org.jenkinsci.testinprogress.JUnit4ProgressRunListener
 
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(String) - Method in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
testRunStarted() - 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, String, boolean) - 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.

W

write(char[], int, int) - Method in class org.jenkinsci.testinprogress.messagesender.NullWriter
 
writer - Variable in class org.jenkinsci.testinprogress.messagesender.MessageSender
 
A B C D E F G I J M N O P R S T W 

Copyright © 2015. All rights reserved.