B C E F G J O R T W

B

bundle - Static variable in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
 

C

createTestSet(Class, ClassLoader) - Method in class org.apache.maven.surefire.junit4.JUnit4DirectoryTestSuite
This method will be called for each class to be run as a test.

E

execute(ReporterManager, ClassLoader) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSet
Actually runs the test and adds the tests results to the reportManager.

F

failureFlag - Variable in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
This flag is set after a failure has occurred so that a testSucceeded event is not fired.

G

getTestCount() - Method in class org.apache.maven.surefire.junit4.JUnit4TestSet
Returns the number of tests to be run in this class.
getThrowable() - Method in class org.apache.maven.surefire.junit4.JUnit4StackTraceWriter
Returns the exception associated with this failure.

J

JUnit4DirectoryTestSuite - Class in org.apache.maven.surefire.junit4
Test suite for JUnit4 based on a directory of Java test classes.
JUnit4DirectoryTestSuite(File, ArrayList, ArrayList) - Constructor for class org.apache.maven.surefire.junit4.JUnit4DirectoryTestSuite
Constructor.
JUnit4StackTraceWriter - Class in org.apache.maven.surefire.junit4
Writes out a specific Failure for surefire as a stacktrace.
JUnit4StackTraceWriter(Failure) - Constructor for class org.apache.maven.surefire.junit4.JUnit4StackTraceWriter
Constructor.
JUnit4TestSet - Class in org.apache.maven.surefire.junit4
 
JUnit4TestSet(Class) - Constructor for class org.apache.maven.surefire.junit4.JUnit4TestSet
Constructor.
JUnit4TestSetReporter - Class in org.apache.maven.surefire.junit4
 
JUnit4TestSetReporter(JUnit4TestSet, ReporterManager) - Constructor for class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Constructor.
junitFailure - Variable in class org.apache.maven.surefire.junit4.JUnit4StackTraceWriter
 
junitTestRunner - Variable in class org.apache.maven.surefire.junit4.JUnit4TestSet
 

O

org.apache.maven.surefire.junit4 - package org.apache.maven.surefire.junit4
 

R

reportMgr - Variable in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
 

T

testFailure(Failure) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called when a specific test has failed.
testFinished(Description) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called after a specific test has finished.
testIgnored(Description) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called when a specific test has been skipped (for whatever reason).
testRunFinished(Result) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called right after all tests from a specific class are run.
testRunStarted(Description) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called right before any tests from a specific class are run.
testSet - Variable in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
 
testStarted(Description) - Method in class org.apache.maven.surefire.junit4.JUnit4TestSetReporter
Called when a specific test has started.

W

writeTraceToString() - Method in class org.apache.maven.surefire.junit4.JUnit4StackTraceWriter
 
writeTrimmedTraceToString() - Method in class org.apache.maven.surefire.junit4.JUnit4StackTraceWriter
At the moment, returns the same as JUnit4StackTraceWriter.writeTraceToString().

B C E F G J O R T W