A B C D E F G H I L N O P R S T U W X

A

AbstractConsoleReporter - Class in org.apache.maven.surefire.report
Base class for console reporters.
AbstractConsoleReporter(String, Boolean) - Constructor for class org.apache.maven.surefire.report.AbstractConsoleReporter
 
AbstractDirectoryTestSuite - Class in org.apache.maven.surefire.suite
 
AbstractDirectoryTestSuite(File, List, List) - Constructor for class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
AbstractFileReporter - Class in org.apache.maven.surefire.report
Base class for file reporters.
AbstractFileReporter(File, String, Boolean) - Constructor for class org.apache.maven.surefire.report.AbstractFileReporter
 
AbstractReporter - Class in org.apache.maven.surefire.report
 
AbstractReporter(Boolean) - Constructor for class org.apache.maven.surefire.report.AbstractReporter
 
AbstractTestSet - Class in org.apache.maven.surefire.testset
Base test class.
AbstractTestSet(Class) - Constructor for class org.apache.maven.surefire.testset.AbstractTestSet
 
AbstractTextReporter - Class in org.apache.maven.surefire.report
Text based reporter.
AbstractTextReporter(String, Boolean) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
AbstractTextReporter(PrintWriter, String, Boolean) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
addAttribute(String, String) - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
addReporter(Reporter) - Method in class org.apache.maven.surefire.report.ReporterManager
 
assertEquals(String, Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, String, String) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, String) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, double, double, double) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(double, double, double) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, float, float, float) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(float, float, float) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, long, long) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(long, long) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, boolean, boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(boolean, boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, byte, byte) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(byte, byte) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, char, char) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(char, char) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, short, short) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(short, short) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(String, int, int) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertEquals(int, int) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertFalse(String, boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertFalse(boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNotNull(Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNotNull(String, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNotSame(String, Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNotSame(Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNull(Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertNull(String, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertSame(String, Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertSame(Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertTrue(String, boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
assertTrue(boolean) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 

B

BRIEF - Static variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
BriefConsoleReporter - Class in org.apache.maven.surefire.report
Brief format console reporter.
BriefConsoleReporter(Boolean) - Constructor for class org.apache.maven.surefire.report.BriefConsoleReporter
 
BriefFileReporter - Class in org.apache.maven.surefire.report
Brief format file reporter.
BriefFileReporter(File, Boolean) - Constructor for class org.apache.maven.surefire.report.BriefFileReporter
 
BUFFER_SIZE - Static variable in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
bundle - Variable in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 

C

close() - Method in class org.apache.maven.surefire.util.TeeStream
 
completedCount - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
ConsoleReporter - Class in org.apache.maven.surefire.report
Console reporter.
ConsoleReporter(Boolean) - Constructor for class org.apache.maven.surefire.report.ConsoleReporter
 
contains(Class) - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Check whether this exception contains an exception of the given class: either it is of the given class itself or it contains a nested cause of the given class.
contains(Class) - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Check whether this exception contains an exception of the given class: either it is of the given class itself or it contains a nested cause of the given class.
createTestSet(Class, ClassLoader) - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 

D

DetailedConsoleReporter - Class in org.apache.maven.surefire.report
Detailed console reporter.
DetailedConsoleReporter(Boolean) - Constructor for class org.apache.maven.surefire.report.DetailedConsoleReporter
 

E

elapsedTimeAsString(long) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
endElement() - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
endOfLine() - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
endTime - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
equals(Object) - Method in class org.apache.maven.surefire.report.ReportEntry
 
errors - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
execute(ReporterManager, ClassLoader) - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
execute(String, ReporterManager, ClassLoader) - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
execute(ReporterManager, ClassLoader) - Method in interface org.apache.maven.surefire.suite.SurefireTestSuite
 
execute(String, ReporterManager, ClassLoader) - Method in interface org.apache.maven.surefire.suite.SurefireTestSuite
 
execute(ReporterManager, ClassLoader) - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
execute(ReporterManager, ClassLoader) - Method in interface org.apache.maven.surefire.testset.SurefireTestSet
 
executeTestMethod(Method, Object[], ReporterManager) - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
executeTestMethods(ReporterManager) - Method in class org.apache.maven.surefire.testset.PojoTestSet
 

F

fail() - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
fail(String) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
fail(String, Throwable) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
fail(Throwable) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
failNotEquals(String, Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
failNotSame(String, Object, Object) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
failSame(String) - Static method in class org.apache.maven.surefire.assertion.SurefireAssert
 
failures - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
FileReporter - Class in org.apache.maven.surefire.report
Text file reporter.
FileReporter(File, Boolean) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
flush() - Method in class org.apache.maven.surefire.util.TeeStream
 
FORKING_PREFIX_FOOTER - Static variable in class org.apache.maven.surefire.report.ForkingConsoleReporter
Surefire output lines part of the footer will start with this value
FORKING_PREFIX_HEADING - Static variable in class org.apache.maven.surefire.report.ForkingConsoleReporter
Surefire output lines part of the header will start with this value
FORKING_PREFIX_STANDARD - Static variable in class org.apache.maven.surefire.report.ForkingConsoleReporter
Surefire output lines not part of header or footer, nor test output will start with this value.
ForkingConsoleReporter - Class in org.apache.maven.surefire.report
Surefire reporter that will prefix surefire output to make it easier to parse when forking tests
ForkingConsoleReporter(Boolean) - Constructor for class org.apache.maven.surefire.report.ForkingConsoleReporter
 

G

getCause() - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Return the nested cause, or null if none.
getCause() - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Return the nested cause, or null if none.
getElapsedTimeSummary(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getErrorSources() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getErrorSources() - Method in interface org.apache.maven.surefire.report.Reporter
Gives the source(s) that causes the error(s).
getFailureSources() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getFailureSources() - Method in interface org.apache.maven.surefire.report.Reporter
Gives the source(s) that causes the failures(s).
getGroup() - Method in class org.apache.maven.surefire.report.ReportEntry
 
getMessage() - Method in exception org.apache.maven.surefire.assertion.SurefireComparisonFailureException
Returns "..." in place of common prefix and "..." in place of common suffix between expected and actual.
getMessage() - Method in class org.apache.maven.surefire.report.ReportEntry
 
getMessage() - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getName() - Method in class org.apache.maven.surefire.report.ReportEntry
 
getName() - Method in class org.apache.maven.surefire.testset.AbstractTestSet
 
getName() - Method in interface org.apache.maven.surefire.testset.SurefireTestSet
 
getNbTests() - Method in class org.apache.maven.surefire.report.ReporterManager
 
getNumErrors() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getNumErrors() - Method in interface org.apache.maven.surefire.report.Reporter
Get the number of errors
getNumErrors() - Method in class org.apache.maven.surefire.report.ReporterManager
 
getNumFailures() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getNumFailures() - Method in interface org.apache.maven.surefire.report.Reporter
Get the number of failures
getNumFailures() - Method in class org.apache.maven.surefire.report.ReporterManager
 
getNumSkipped() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getNumSkipped() - Method in interface org.apache.maven.surefire.report.Reporter
Get the number of tests skipped
getNumTests() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
getNumTests() - Method in interface org.apache.maven.surefire.report.Reporter
Get the number of tests
getNumTests() - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
getNumTests() - Method in interface org.apache.maven.surefire.suite.SurefireTestSuite
 
getNumTestSets() - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
getNumTestSets() - Method in interface org.apache.maven.surefire.suite.SurefireTestSuite
 
getOutput(ReportEntry, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getReports() - Method in class org.apache.maven.surefire.report.ReporterManager
 
getResourceString(String) - Method in class org.apache.maven.surefire.Surefire
 
getResults() - Method in class org.apache.maven.surefire.report.XMLReporter
 
getRootCause() - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getSource() - Method in class org.apache.maven.surefire.report.ReportEntry
 
getStackTrace(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
Returns stacktrace as String.
getStackTraceWriter() - Method in class org.apache.maven.surefire.report.ReportEntry
 
getTestClass() - Method in class org.apache.maven.surefire.testset.AbstractTestSet
 
getTestClass() - Method in interface org.apache.maven.surefire.testset.SurefireTestSet
 
getTestCount() - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
getTestCount() - Method in interface org.apache.maven.surefire.testset.SurefireTestSet
 
getTestName(String) - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
getTestSetStartingMessage(ReportEntry) - Static method in class org.apache.maven.surefire.report.AbstractConsoleReporter
Get the test set starting message for a report.
getTestSetSummary() - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getThrowable() - Method in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
getThrowable() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
Retrieve the throwable for this writer.
getURL(File) - Static method in class org.apache.maven.surefire.util.UrlUtils
 

H

hashCode() - Method in class org.apache.maven.surefire.report.ReportEntry
 

I

initResultsFromProperties(Properties) - Method in class org.apache.maven.surefire.report.ReporterManager
 
instantiateObject(String, Object[], ClassLoader) - Static method in class org.apache.maven.surefire.Surefire
 
isTestSetCompletedMessage(String) - Static method in class org.apache.maven.surefire.report.AbstractTextReporter
Check if the String passed as argument is a "test set completed" message.
isTestSetStartingMessage(String) - Static method in class org.apache.maven.surefire.report.AbstractConsoleReporter
Check if the String passed as argument is a "test starting" message.

L

locateTestSets(ClassLoader) - Method in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
locateTestSets(ClassLoader) - Method in interface org.apache.maven.surefire.suite.SurefireTestSuite
 

N

NestedCheckedException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatability.
NestedCheckedException() - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with no message or exception
NestedCheckedException(String) - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with the specified detail message and nested exception.
NestedCheckedException(Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with the specified nested exception.
NestedRuntimeException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatability.
NestedRuntimeException() - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with no message or exception
NestedRuntimeException(String) - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
NestedRuntimeException(Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified nested exception.
NL - Static variable in class org.apache.maven.surefire.report.AbstractReporter
 

O

org.apache.maven.surefire - package org.apache.maven.surefire
 
org.apache.maven.surefire.assertion - package org.apache.maven.surefire.assertion
 
org.apache.maven.surefire.report - package org.apache.maven.surefire.report
 
org.apache.maven.surefire.suite - package org.apache.maven.surefire.suite
 
org.apache.maven.surefire.testset - package org.apache.maven.surefire.testset
 
org.apache.maven.surefire.util - package org.apache.maven.surefire.util
 

P

parseTestSetStartingMessage(String) - Static method in class org.apache.maven.surefire.report.AbstractConsoleReporter
Parses a Surefire test set starting message into a ReportEntry object.
PLAIN - Static variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
PojoStackTraceWriter - Class in org.apache.maven.surefire.report
Write the trace out for a POJO test.
PojoStackTraceWriter(String, String, Throwable) - Constructor for class org.apache.maven.surefire.report.PojoStackTraceWriter
 
PojoTestSet - Class in org.apache.maven.surefire.testset
 
PojoTestSet(Class) - Constructor for class org.apache.maven.surefire.testset.PojoTestSet
 
PrettyPrintXMLWriter - Class in org.apache.maven.surefire.util
 
PrettyPrintXMLWriter(PrintWriter, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String, String, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String, String, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(PrintWriter, String, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
PrettyPrintXMLWriter(Writer, String, String) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
printStackTrace(PrintStream) - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Print the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintStream) - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified writer.

R

removeReport(Reporter) - Method in class org.apache.maven.surefire.report.ReporterManager
 
ReportEntry - Class in org.apache.maven.surefire.report
 
ReportEntry() - Constructor for class org.apache.maven.surefire.report.ReportEntry
 
ReportEntry(Object, String, String) - Constructor for class org.apache.maven.surefire.report.ReportEntry
 
ReportEntry(Object, String, String, String) - Constructor for class org.apache.maven.surefire.report.ReportEntry
 
ReportEntry(Object, String, String, StackTraceWriter) - Constructor for class org.apache.maven.surefire.report.ReportEntry
 
ReportEntry(Object, String, String, String, StackTraceWriter) - Constructor for class org.apache.maven.surefire.report.ReportEntry
 
Reporter - Interface in org.apache.maven.surefire.report
Contract between the different implementations of the Surefire reporters
ReporterException - Exception in org.apache.maven.surefire.report
Exception occurring during report generation.
ReporterException(String, Exception) - Constructor for exception org.apache.maven.surefire.report.ReporterException
 
ReporterManager - Class in org.apache.maven.surefire.report
 
ReporterManager(List) - Constructor for class org.apache.maven.surefire.report.ReporterManager
 
reset() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
reset() - Method in interface org.apache.maven.surefire.report.Reporter
 
reset() - Method in class org.apache.maven.surefire.report.ReporterManager
 
reset() - Method in class org.apache.maven.surefire.report.XMLReporter
 
run(List, Object[], String, ClassLoader, ClassLoader) - Method in class org.apache.maven.surefire.Surefire
 
run(List, Object[], String, ClassLoader, ClassLoader, Properties) - Method in class org.apache.maven.surefire.Surefire
 
run(List, List, ClassLoader, ClassLoader) - Method in class org.apache.maven.surefire.Surefire
 
runAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
runAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runAborted(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
runAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
runCompleted() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runCompleted() - Method in interface org.apache.maven.surefire.report.Reporter
 
runCompleted() - Method in class org.apache.maven.surefire.report.ReporterManager
 
runStarting(int) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
runStarting(int) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runStarting(int) - Method in interface org.apache.maven.surefire.report.Reporter
 
runStarting(int) - Method in class org.apache.maven.surefire.report.ReporterManager
 
runStopped() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runStopped() - Method in interface org.apache.maven.surefire.report.Reporter
 
runStopped() - Method in class org.apache.maven.surefire.report.ReporterManager
 

S

setGroup(String) - Method in class org.apache.maven.surefire.report.ReportEntry
 
setMessage(String) - Method in class org.apache.maven.surefire.report.ReportEntry
 
setName(String) - Method in class org.apache.maven.surefire.report.ReportEntry
 
setSource(Object) - Method in class org.apache.maven.surefire.report.ReportEntry
 
setStackTraceWriter(StackTraceWriter) - Method in class org.apache.maven.surefire.report.ReportEntry
 
setUpFixture() - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
setWriter(PrintWriter) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
skipped - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
StackTraceWriter - Interface in org.apache.maven.surefire.report
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
startElement(String) - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
startTime - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
SUMMARY - Static variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
Surefire - Class in org.apache.maven.surefire
 
Surefire() - Constructor for class org.apache.maven.surefire.Surefire
 
SUREFIRE_BUNDLE_NAME - Static variable in class org.apache.maven.surefire.Surefire
 
SurefireAssert - Class in org.apache.maven.surefire.assertion
 
SurefireAssertionFailedException - Exception in org.apache.maven.surefire.assertion
 
SurefireAssertionFailedException() - Constructor for exception org.apache.maven.surefire.assertion.SurefireAssertionFailedException
 
SurefireAssertionFailedException(String) - Constructor for exception org.apache.maven.surefire.assertion.SurefireAssertionFailedException
 
SurefireAssertionFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.assertion.SurefireAssertionFailedException
 
SurefireAssertionFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.assertion.SurefireAssertionFailedException
 
SurefireComparisonFailureException - Exception in org.apache.maven.surefire.assertion
Thrown when an assertion equals for Strings failed.
SurefireComparisonFailureException(String, String, String) - Constructor for exception org.apache.maven.surefire.assertion.SurefireComparisonFailureException
Constructs a comparison failure.
SurefireTestSet - Interface in org.apache.maven.surefire.testset
 
SurefireTestSuite - Interface in org.apache.maven.surefire.suite
A complete test suite that contains one or more test sets.

T

tearDownFixture() - Method in class org.apache.maven.surefire.testset.PojoTestSet
 
TeeStream - Class in org.apache.maven.surefire.util
 
TeeStream(PrintStream, PrintStream) - Constructor for class org.apache.maven.surefire.util.TeeStream
 
testClass - Variable in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testError(ReportEntry, String, String) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended with an error (non anticipated problem)
testError(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testFailed(ReportEntry, String, String) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended with a failure (anticipated problem)
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testMethod - Variable in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
testMethods - Variable in class org.apache.maven.surefire.testset.PojoTestSet
 
testSetAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
testSetAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSetAborted(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
testSetAborted(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractFileReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSetCompleted(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
TestSetFailedException - Exception in org.apache.maven.surefire.testset
Exception that indicates a test failed.
TestSetFailedException() - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with no detail message.
TestSetFailedException(String) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with a detail message.
TestSetFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with the specified detail message and cause.
TestSetFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with the specified cause.
testSets - Variable in class org.apache.maven.surefire.suite.AbstractDirectoryTestSuite
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractFileReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSetStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testSetStartTime - Variable in class org.apache.maven.surefire.report.AbstractReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test is about to start
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSucceeded(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended successfully
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.ReporterManager
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
toString() - Method in class org.apache.maven.surefire.report.ReportEntry
 

U

updateResultsProperties(Properties) - Method in class org.apache.maven.surefire.report.ReporterManager
 
UrlUtils - Class in org.apache.maven.surefire.util
Utility for dealing with URLs in pre-JDK 1.4.
UrlUtils() - Constructor for class org.apache.maven.surefire.util.UrlUtils
 

W

write(byte[], int, int) - Method in class org.apache.maven.surefire.util.TeeStream
 
writeFooter(String) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
writeFooter(String) - Method in class org.apache.maven.surefire.report.ForkingConsoleReporter
Write a footer line prepending ForkingConsoleReporter.FORKING_PREFIX_FOOTER
writeFooter(String) - Method in interface org.apache.maven.surefire.report.Reporter
 
writeHeading(String) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
writeHeading(String) - Method in class org.apache.maven.surefire.report.ForkingConsoleReporter
Write a header line prepending ForkingConsoleReporter.FORKING_PREFIX_HEADING
writeMarkup(String) - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ForkingConsoleReporter
Write a surefire message line prepending ForkingConsoleReporter.FORKING_PREFIX_STANDARD
writeMessage(String) - Method in interface org.apache.maven.surefire.report.Reporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ReporterManager
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
writer - Variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeText(String) - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
writeTraceToString() - Method in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
writeTraceToString() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
Write the throwable to a string, without trimming.
writeTrimmedTraceToString() - Method in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
writeTrimmedTraceToString() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
Write the throwable to a string, trimming extra locations.

X

XMLReporter - Class in org.apache.maven.surefire.report
XML format reporter.
XMLReporter(File, Boolean) - Constructor for class org.apache.maven.surefire.report.XMLReporter
 

A B C D E F G H I L N O P R S T U W X

Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.