C E G J O T W

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.

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
 

O

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

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.
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().

C E G J O T W