Skip navigation links
A B C E F G L M R S T U V W Y 

A

AnsiTerminalDecorator - Class in com.oracle.mxtool.junit
Color support for JUnit test output using ANSI escapes codes.
AnsiTerminalDecorator(MxRunListener) - Constructor for class com.oracle.mxtool.junit.AnsiTerminalDecorator
 

B

BG_BLACK - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background black.
BG_BLUE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background blue.
BG_CYAN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background cyan.
BG_GREEN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background green.
BG_MAGENTA - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background magenta.
BG_RED - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background red.
BG_WHITE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background white.
BG_YELLOW - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Background yellow.
BLACK - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground black.
BLUE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground blue.
BOLD_BLACK - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold black.
BOLD_BLUE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold blue.
BOLD_CYAN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold cyan.
BOLD_GREEN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold green.
BOLD_MAGENTA - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold magenta.
BOLD_RED - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold red.
BOLD_WHITE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold white.
BOLD_YELLOW - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground bold yellow.

C

classStartTime - Variable in class com.oracle.mxtool.junit.TimingDecorator
 
com.oracle.mxtool.junit - package com.oracle.mxtool.junit
 
createRunListener(MxRunListener) - Static method in class com.oracle.mxtool.junit.TextRunListener
 
CYAN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground cyan.

E

EagerStackTraceDecorator - Class in com.oracle.mxtool.junit
 
EagerStackTraceDecorator(MxRunListener) - Constructor for class com.oracle.mxtool.junit.EagerStackTraceDecorator
 
expandArg(String, List<String>) - Static method in class com.oracle.mxtool.junit.MxJUnitWrapper
Add each line from filename to the list args.
expandArgs(String[]) - Static method in class com.oracle.mxtool.junit.MxJUnitWrapper
Expand any arguments starting with @ and return the resulting argument array.

F

fWriter - Variable in class com.oracle.mxtool.junit.TextRunListener
 

G

GCAfterTestDecorator - Class in com.oracle.mxtool.junit
 
GCAfterTestDecorator(MxRunListener) - Constructor for class com.oracle.mxtool.junit.GCAfterTestDecorator
 
getLastFailure() - Method in class com.oracle.mxtool.junit.TextRunListener
 
getProcessCommandLine() - Static method in class com.oracle.mxtool.junit.MxJUnitWrapper
Gets the command line for the current process.
getWriter() - Method in interface com.oracle.mxtool.junit.MxRunListener
 
getWriter() - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
getWriter() - Method in class com.oracle.mxtool.junit.TextRunListener
 
GREEN - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground green.

L

l - Variable in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
lastFailure - Variable in class com.oracle.mxtool.junit.TextRunListener
 

M

MAGENTA - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground magenta.
main(String...) - Static method in class com.oracle.mxtool.junit.MxJUnitWrapper
Run the tests contained in the classes named in the args.
MxJUnitWrapper - Class in com.oracle.mxtool.junit
 
MxJUnitWrapper() - Constructor for class com.oracle.mxtool.junit.MxJUnitWrapper
 
MxRunListener - Interface in com.oracle.mxtool.junit
 
MxRunListenerDecorator - Class in com.oracle.mxtool.junit
 
MxRunListenerDecorator(MxRunListener) - Constructor for class com.oracle.mxtool.junit.MxRunListenerDecorator
 

R

RED - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground red.
RESET - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Reset.

S

startTime - Variable in class com.oracle.mxtool.junit.TimingDecorator
 

T

testAssumptionFailure(Failure) - Method in class com.oracle.mxtool.junit.AnsiTerminalDecorator
 
testAssumptionFailure(Failure) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when an atomic test flags that it assumes a condition that is false.
testAssumptionFailure(Failure) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testAssumptionFailure(Failure) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testAssumptionFailure(Failure) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testClassFinished(Class<?>) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when all tests of a test class have finished.
testClassFinished(Class<?>) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testClassFinished(Class<?>) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testClassFinished(Class<?>) - Method in class com.oracle.mxtool.junit.TimingDecorator
 
testClassFinished(Class<?>) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testClassFinishedDelimiter() - Method in interface com.oracle.mxtool.junit.MxRunListener
testClassFinishedDelimiter() - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testClassFinishedDelimiter() - Method in class com.oracle.mxtool.junit.TextRunListener
 
testClassFinishedDelimiter() - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testClassStarted(Class<?>) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when a test class is about to be started.
testClassStarted(Class<?>) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testClassStarted(Class<?>) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testClassStarted(Class<?>) - Method in class com.oracle.mxtool.junit.TimingDecorator
 
testClassStarted(Class<?>) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testClassStartedDelimiter() - Method in interface com.oracle.mxtool.junit.MxRunListener
testClassStartedDelimiter() - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testClassStartedDelimiter() - Method in class com.oracle.mxtool.junit.TextRunListener
 
testClassStartedDelimiter() - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testFailed(Failure) - Method in class com.oracle.mxtool.junit.AnsiTerminalDecorator
 
testFailed(Failure) - Method in class com.oracle.mxtool.junit.EagerStackTraceDecorator
 
testFailed(Failure) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when an atomic test fails.
testFailed(Failure) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testFailed(Failure) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testFailed(Failure) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testFinished(Description) - Method in class com.oracle.mxtool.junit.GCAfterTestDecorator
 
testFinished(Description) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when an atomic test has finished, whether the test succeeds, fails or is ignored.
testFinished(Description) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testFinished(Description) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testFinished(Description) - Method in class com.oracle.mxtool.junit.TimingDecorator
 
testFinishedDelimiter() - Method in interface com.oracle.mxtool.junit.MxRunListener
testFinishedDelimiter() - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testFinishedDelimiter() - Method in class com.oracle.mxtool.junit.TextRunListener
 
testFinishedDelimiter() - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testIgnored(Description) - Method in class com.oracle.mxtool.junit.AnsiTerminalDecorator
 
testIgnored(Description) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when a test will not be run, generally because a test method is annotated with Ignore.
testIgnored(Description) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testIgnored(Description) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testIgnored(Description) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testRunFinished(Result) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when all tests have finished.
testRunFinished(Result) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testRunFinished(Result) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testRunStarted(Description) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called before any tests have been run.
testRunStarted(Description) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testRunStarted(Description) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testStarted(Description) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when an atomic test is about to be started.
testStarted(Description) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testStarted(Description) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testStarted(Description) - Method in class com.oracle.mxtool.junit.TimingDecorator
 
testStarted(Description) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
testStartedDelimiter() - Method in interface com.oracle.mxtool.junit.MxRunListener
testStartedDelimiter() - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testStartedDelimiter() - Method in class com.oracle.mxtool.junit.TextRunListener
 
testSucceeded(Description) - Method in class com.oracle.mxtool.junit.AnsiTerminalDecorator
 
testSucceeded(Description) - Method in interface com.oracle.mxtool.junit.MxRunListener
Called when an atomic test succeeds.
testSucceeded(Description) - Method in class com.oracle.mxtool.junit.MxRunListenerDecorator
 
testSucceeded(Description) - Method in class com.oracle.mxtool.junit.TextRunListener
 
testSucceeded(Description) - Method in class com.oracle.mxtool.junit.VerboseTextListener
 
TextRunListener - Class in com.oracle.mxtool.junit
 
TextRunListener(JUnitSystem) - Constructor for class com.oracle.mxtool.junit.TextRunListener
 
TextRunListener(PrintStream) - Constructor for class com.oracle.mxtool.junit.TextRunListener
 
TimingDecorator - Class in com.oracle.mxtool.junit
Timing support for JUnit test runs.
TimingDecorator(MxRunListener) - Constructor for class com.oracle.mxtool.junit.TimingDecorator
 

U

UNDERLINED - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Underline.

V

valueToString(long) - Static method in class com.oracle.mxtool.junit.TimingDecorator
 
VerboseTextListener - Class in com.oracle.mxtool.junit
 
VerboseTextListener(JUnitSystem) - Constructor for class com.oracle.mxtool.junit.VerboseTextListener
 
VerboseTextListener(PrintStream) - Constructor for class com.oracle.mxtool.junit.VerboseTextListener
 

W

WHITE - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground white.

Y

YELLOW - Static variable in class com.oracle.mxtool.junit.AnsiTerminalDecorator
Foreground yellow.
A B C E F G L M R S T U V W Y 
Skip navigation links