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

A

AbstractConsoleReporter - Class in org.apache.maven.surefire.report
Base class for console reporters.
AbstractFileReporter - Class in org.apache.maven.surefire.report
Base class for file reporters.
AbstractProvider - Class in org.apache.maven.surefire.providerapi
A provider base class that all providers should extend to shield themselves from interface changes
AbstractProvider() - Constructor for class org.apache.maven.surefire.providerapi.AbstractProvider
 
AbstractReporter - Class in org.apache.maven.surefire.report
 
AbstractTextReporter - Class in org.apache.maven.surefire.report
Text based reporter.
AbstractTextReporter(ReporterConfiguration, String) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
AbstractTextReporter(PrintWriter, String, ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
accept(Class) - Method in class org.apache.maven.surefire.NonAbstractClassFilter
 
accept(Class) - Method in interface org.apache.maven.surefire.util.ScannerFilter
Indicates if the class should be accepted by the directory scanner
addAttribute(String, String) - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
addErrorSource(String) - Method in class org.apache.maven.surefire.report.RunStatistics
 
addErrorSource(String, StackTraceWriter) - Method in class org.apache.maven.surefire.report.RunStatistics
 
addFailureSource(String) - Method in class org.apache.maven.surefire.report.RunStatistics
 
addFailureSource(String, StackTraceWriter) - Method in class org.apache.maven.surefire.report.RunStatistics
 
advance(int) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(char) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(byte) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(Integer) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(ByteBuffer) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(byte[], int, int) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 

B

BaseProviderFactory - Class in org.apache.maven.surefire.booter
 
BaseProviderFactory() - Constructor for class org.apache.maven.surefire.booter.BaseProviderFactory
 
BRIEF - Static variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
BriefConsoleReporter - Class in org.apache.maven.surefire.report
Brief format console reporter.
BriefConsoleReporter(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.BriefConsoleReporter
 
BriefFileReporter - Class in org.apache.maven.surefire.report
Brief format file reporter.
BriefFileReporter(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.BriefFileReporter
 
ByteBuffer - Class in org.apache.maven.surefire.util.internal
 
ByteBuffer(int) - Constructor for class org.apache.maven.surefire.util.internal.ByteBuffer
 
ByteBuffer(byte[], int, int) - Constructor for class org.apache.maven.surefire.util.internal.ByteBuffer
 

C

cancel() - Method in class org.apache.maven.surefire.providerapi.AbstractProvider
 
cancel() - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Makes an attempt at cancelling the current run, giving the provider a chance to notify reporting that the remaining tests have been cancelled due to timeout.
CategorizedReportEntry - Class in org.apache.maven.surefire.report
 
CategorizedReportEntry(String, String, String, String) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
clearCapturedContent() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
clearTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
clearTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
clearTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
clearTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
clearTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
clearTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
close() - Method in interface org.apache.maven.surefire.report.ReporterFactory
 
close() - Method in class org.apache.maven.surefire.report.ReporterManagerFactory
 
comma() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
ConsoleOutputCapture - Class in org.apache.maven.surefire.report
Deals with system.out/err.
ConsoleOutputCapture(ConsoleOutputReceiver) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputCapture
 
ConsoleOutputReceiver - Interface in org.apache.maven.surefire.report
A receiver of stdout/sterr output from running tests.
ConsoleOutputReceiverForCurrentThread - Class in org.apache.maven.surefire.report
 
ConsoleReporter - Class in org.apache.maven.surefire.report
Console reporter.
ConsoleReporter(ReporterConfiguration) - 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.
convertIfRunResult(Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
copy(byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
createBooterConfiguration() - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createConsoleReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Creates a ConsoleReporter, that allows providers to write messages to the running maven console.
createConsoleReporter() - Method in class org.apache.maven.surefire.report.ReporterManagerFactory
 
createInstance(ReporterFactory, boolean) - Static method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
createReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Creates a reporter.
createReporter() - Method in class org.apache.maven.surefire.report.ReporterManagerFactory
 

D

DefaultConsoleOutputReceiver - Class in org.apache.maven.surefire.report
 
DefaultConsoleOutputReceiver(ConsoleOutputReceiver, boolean) - Constructor for class org.apache.maven.surefire.report.DefaultConsoleOutputReceiver
 
DefaultDirectConsoleReporter - Class in org.apache.maven.surefire.report
 
DefaultDirectConsoleReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
DefaultDirectoryScanner - Class in org.apache.maven.surefire.util
Scans directories looking for tests.
DefaultDirectoryScanner(File, List, List, String) - Constructor for class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
DetailedConsoleReporter - Class in org.apache.maven.surefire.report
Detailed console reporter.
DetailedConsoleReporter(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.DetailedConsoleReporter
 
DirectConsoleReporter - Interface in org.apache.maven.surefire.report
Allows providers to write console messages on the running maven process.
DirectoryScanner - Interface in org.apache.maven.surefire.util
 
DirectoryScannerParameters - Class in org.apache.maven.surefire.testset
 
DirectoryScannerParameters(File, List, List, Boolean, String) - Constructor for class org.apache.maven.surefire.testset.DirectoryScannerParameters
 

E

endElement() - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
endOfLine() - Method in class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
equals(Object) - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 

F

FAILURE - Static variable in class org.apache.maven.surefire.suite.RunResult
 
FileReporter - Class in org.apache.maven.surefire.report
Text file reporter.
FileReporter(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
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(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.ForkingConsoleReporter
 
ForkTimeoutException - Exception in org.apache.maven.surefire.booter
 
ForkTimeoutException() - Constructor for exception org.apache.maven.surefire.booter.ForkTimeoutException
 
fromClass(Class) - Static method in class org.apache.maven.surefire.util.TestsToRun
 

G

get() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
getAsString(List) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
getBooterCode() - Method in class org.apache.maven.surefire.suite.RunResult
 
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.
getClassesSkippedByValidation() - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
getClassifier() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
 
getCompletedCount() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
getCompletedCount() - Method in class org.apache.maven.surefire.suite.RunResult
 
getConsoleOutputReceiver() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
getConsoleOutputReceiver() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
getConsoleOutputReceiver() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
getConstructor(Class, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getData() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
getDirectoryScanner() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getDirectoryScanner() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Provides a directory scanner that enforces the includes/excludes parameters that were passed to surefire.
getDirectoryScannerParameters() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getDirectoryScannerParameters() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The raw parameters used in creating the directory scanner
getElapsed() - Method in interface org.apache.maven.surefire.report.ReportEntry
 
getElapsed() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getElapsedTimeSummary(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getErrors() - Method in class org.apache.maven.surefire.suite.RunResult
 
getErrorSources() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getExcludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
The excludes pattern list, as specified on the plugin includes parameter.
getExcludes() - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
getFailures() - Method in class org.apache.maven.surefire.suite.RunResult
 
getFailureSources() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getForkTimeout() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
 
getGlobalRunStatistics() - Method in interface org.apache.maven.surefire.report.ReporterFactory
 
getGlobalRunStatistics() - Method in class org.apache.maven.surefire.report.ReporterManagerFactory
 
getGroup() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
getGroup() - Method in interface org.apache.maven.surefire.report.ReportEntry
 
getGroup() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getIncludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
The includes pattern list, as specified on the plugin includes parameter.
getIncludes() - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
getlength() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
getLocatedClasses() - Method in class org.apache.maven.surefire.util.TestsToRun
 
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.
getMethod(Object, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getMethod(Class, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getName() - Method in interface org.apache.maven.surefire.report.ReportEntry
 
getName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getOriginalSystemErr() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The original system err belonging to the (possibly forked) surefire process.
getOriginalSystemOut() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The original system out belonging to the (possibly forked) surefire process.
getOutput(ReportEntry, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getProviderProperties() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getProviderProperties() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The per-provider specific properties that may come all the way from the plugin's properties setting.
getReporterConfiguration() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getReporterConfiguration() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The raw parameters used in creating the ReporterManagerFactory
getReporterFactory() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getReporterFactory() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Provides features for creating reporting objects
getReporterFactory() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
getReports() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
A list of classnames representing runnable reports for this test-run.
getReportsDirectory() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
getRequestedTest() - Method in class org.apache.maven.surefire.testset.TestRequest
A specific test request issued with -Dtest= from the command line.
getRequestedTestMethod() - Method in class org.apache.maven.surefire.testset.TestRequest
A specific test request method issued with -Dtest=class#method from the command line.
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.
getRunOrder() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
 
getRunResult() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
getSkipped() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
getSkipped() - Method in class org.apache.maven.surefire.suite.RunResult
 
getSourceName() - Method in interface org.apache.maven.surefire.report.ReportEntry
 
getSourceName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getStackTraceWriter() - Method in interface org.apache.maven.surefire.report.ReportEntry
 
getStackTraceWriter() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getSuites() - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Determines the number of forks.
getSuiteXmlFiles() - Method in class org.apache.maven.surefire.testset.TestRequest
Represents suitexmlfiles that define the test-run request
getSummary() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
getTestArtifactInfo() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getTestArtifactInfo() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Artifact info about the artifact used to autodetect provider
getTestClassesDirectory() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
getTestClassLoader() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getTestClassLoader() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The class loader for the tests
getTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
getTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
getTestMethodRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
getTestRequest() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getTestRequest() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Contains information about requested test suites or individual tests from the command line.
getTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
getTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
getTestSetRunListener(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
getTestSetStartingMessage(ReportEntry) - Static method in class org.apache.maven.surefire.report.AbstractConsoleReporter
Get the test set starting message for a report.
getTestSetSummary(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getTestSourceDirectory() - Method in class org.apache.maven.surefire.testset.TestRequest
Test source directory, normally ${project.build.testSourceDirectory}
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
 
getVersion() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
 

H

hadErrors() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
hadFailures() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
hashCode() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
hashCode() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 

I

incrementCompletedCount() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
incrementErrorsCount() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
incrementFailureCount() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
incrementSkippedCount() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
initResultsFromProperties(Properties) - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
instantiate(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateObject(String, Object[], ClassLoader) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateOneArg(ClassLoader, String, Class, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateProvider(String, Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
instantiateReportsNewStyle(List, ReporterConfiguration, ClassLoader) - Method in class org.apache.maven.surefire.report.ReporterManagerFactory
 
invoke(Object) - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Runs a forked test
invokeGetter(Object, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeMethodWithArray(Object, Method, Object[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeSetter(Object, String, Class, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeSetter(Object, Method, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
isBlank(String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Checks if a (trimmed) String is null or blank.
isFailIfNoTests() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Indicates if lack of runable tests should fail the entire build
isForkWithTimeout() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
Indicates that the test is running timed out, meaning this process could be abruptly killed.
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.
isTimedOut() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
Indicates if reporting should trim the stack traces.
iterator() - Method in class org.apache.maven.surefire.util.TestsToRun
Returns an iterator over the located java.lang.Class objects

J

join(byte[], int, int, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.ByteBuffer
 

L

loadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in interface org.apache.maven.surefire.util.DirectoryScanner
Locates tests based on scanning directories

M

MulticastingReporter - Class in org.apache.maven.surefire.report
A reporter that broadcasts to other reporters
MulticastingReporter(List) - Constructor for class org.apache.maven.surefire.report.MulticastingReporter
 

N

nameGroup(String, String) - Static method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
NestedCheckedException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatibility.
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.
NestedRuntimeException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatability.
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.
newInstance(Constructor, Object[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
NonAbstractClassFilter - Class in org.apache.maven.surefire
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.NonAbstractClassFilter
 

O

org.apache.maven.surefire - package org.apache.maven.surefire
 
org.apache.maven.surefire.booter - package org.apache.maven.surefire.booter
 
org.apache.maven.surefire.providerapi - package org.apache.maven.surefire.providerapi
 
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
 
org.apache.maven.surefire.util.internal - package org.apache.maven.surefire.util.internal
 

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
 
PrettyPrintXMLWriter - Class in org.apache.maven.surefire.util
 
PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.apache.maven.surefire.util.PrettyPrintXMLWriter
 
print(PrintStream) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
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.
ProviderParameters - Interface in org.apache.maven.surefire.providerapi
Injected into the providers upon provider construction.

R

ReflectionUtils - Class in org.apache.maven.surefire.util
 
ReflectionUtils() - Constructor for class org.apache.maven.surefire.util.ReflectionUtils
 
relocate(String) - Method in class org.apache.maven.surefire.util.Relocator
 
relocateReports(List) - Method in class org.apache.maven.surefire.util.Relocator
 
Relocator - Class in org.apache.maven.surefire.util
Relocates class names when running with relocated provider
Relocator(String) - Constructor for class org.apache.maven.surefire.util.Relocator
 
Relocator() - Constructor for class org.apache.maven.surefire.util.Relocator
 
remove() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
replace(String, String, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Replace all occurrences of a String within another String.
ReportEntry - Interface in org.apache.maven.surefire.report
 
Reporter - Interface in org.apache.maven.surefire.report
Persists reports somewhere

An instance of a reporter is not guaranteed to be thread-safe and concurrent test frameworks must request an instance of a reporter per-thread from the ReporterFactory.

ReporterConfiguration - Class in org.apache.maven.surefire.report
 
ReporterConfiguration(List, File, Boolean, Integer) - Constructor for class org.apache.maven.surefire.report.ReporterConfiguration
 
ReporterConfiguration(List, File, Boolean) - Constructor for class org.apache.maven.surefire.report.ReporterConfiguration
 
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
 
ReporterFactory - Interface in org.apache.maven.surefire.report
 
ReporterManagerFactory - Class in org.apache.maven.surefire.report
Note; this class contains "old" and "new" style instantiation, "old" style can be removed once we build 2.7.X + with 2.7
ReporterManagerFactory(ClassLoader, ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.ReporterManagerFactory
 
reset() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
reset() - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
reset() - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
reset() - Method in interface org.apache.maven.surefire.report.Reporter
Restores the instance of the reporter, making the instance re-usable for a subsequent run in the same thread.
reset() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
reset() - Method in class org.apache.maven.surefire.report.XMLReporter
 
restoreStreams() - Method in class org.apache.maven.surefire.report.ConsoleOutputCapture
 
runCompleted() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runCompleted() - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
runCompleted() - Method in interface org.apache.maven.surefire.report.RunReporter
Indicates the end of the entire test run Only called on the first provider, and just by the ReporterFactory
runCompleted() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
RunListener - Interface in org.apache.maven.surefire.report
Used by providers to report results.
RunReporter - Interface in org.apache.maven.surefire.report
A reporter that is aware of run start/run finished events
RunResult - Class in org.apache.maven.surefire.suite
Represents a test-run-result; this may be from a single test run or an aggregated result.
RunResult(int, int, int, int) - Constructor for class org.apache.maven.surefire.suite.RunResult
 
runStarting() - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
runStarting() - Method in class org.apache.maven.surefire.report.AbstractReporter
 
runStarting() - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
runStarting() - Method in interface org.apache.maven.surefire.report.RunReporter
Indicates the start of the entire test run.
runStarting() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
RunStatistics - Class in org.apache.maven.surefire.report
 
RunStatistics() - Constructor for class org.apache.maven.surefire.report.RunStatistics
 

S

ScannerFilter - Interface in org.apache.maven.surefire.util
 
set(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
setClassLoaders(ClassLoader, ClassLoader) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setClassLoaders(ClassLoader, ClassLoader) - Method in interface org.apache.maven.surefire.booter.SurefireClassLoadersAware
 
setDirectoryScannerParameters(DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setDirectoryScannerParameters(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setIfDirScannerAware(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setProviderProperties(Properties) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setProviderPropertiesAware(Object, Properties) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setReporterConfiguration(ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setReporterConfigurationAware(Object, ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestArtifactInfo(TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setTestArtifactInfoAware(Object, TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestClassLoaderAware(Object, ClassLoader, ClassLoader) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestRequest(TestRequest) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setTestSuiteDefinitionAware(Object, TestRequest) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTimedOut(boolean) - Method in class org.apache.maven.surefire.report.ReporterConfiguration
 
setWriter(PrintWriter) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
SimpleReportEntry - Class in org.apache.maven.surefire.report
 
SimpleReportEntry(String, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
size() - Method in class org.apache.maven.surefire.util.TestsToRun
 
split(String, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
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
 
StringUtils - Class in org.apache.maven.surefire.util.internal
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.maven.surefire.util.internal.StringUtils
 
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
 
SurefireClassLoadersAware - Interface in org.apache.maven.surefire.booter
 
SurefireProvider - Interface in org.apache.maven.surefire.providerapi
Interface to be implemented by all Surefire providers.
SurefireReflectionException - Exception in org.apache.maven.surefire.util
Exception indicating that surefire hard problems with reflection.
SurefireReflectionException(Throwable) - Constructor for exception org.apache.maven.surefire.util.SurefireReflectionException
Create a SurefireReflectionException with the specified cause.
SurefireReflector - Class in org.apache.maven.surefire.booter
Does reflection based invocation of the surefire methods.
SurefireReflector(ClassLoader) - Constructor for class org.apache.maven.surefire.booter.SurefireReflector
 
SystemConsoleOutputReceiver - Class in org.apache.maven.surefire.report
 
SystemConsoleOutputReceiver(PrintStream, PrintStream) - Constructor for class org.apache.maven.surefire.report.SystemConsoleOutputReceiver
 

T

TestArtifactInfo - Class in org.apache.maven.surefire.testset
Contains information about the detected test artifact
TestArtifactInfo(String, String) - Constructor for class org.apache.maven.surefire.testset.TestArtifactInfo
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testAssumptionFailure(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test assumption failure was encountered.
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testClass - Variable in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
TestConsoleOutputRunListener - Class in org.apache.maven.surefire.report
Attaches the currently executing test method to the thread, allowing test output to be directed to the proper test set.
TestConsoleOutputRunListener(ReporterFactory) - Constructor for class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener - Class in org.apache.maven.surefire.report
 
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener(ReporterFactory) - Constructor for class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener - Class in org.apache.maven.surefire.report
 
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener(ReporterFactory) - Constructor for class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testError(ReportEntry) - 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 class org.apache.maven.surefire.report.MulticastingReporter
 
testError(ReportEntry) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
testError(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended with an error (non anticipated problem)
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 interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended with an error (non anticipated problem)
testError(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testError(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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) - 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 class org.apache.maven.surefire.report.MulticastingReporter
 
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
testFailed(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended with a failure (anticipated problem)
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 interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended with a failure (anticipated problem)
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testMethod - Variable in class org.apache.maven.surefire.report.PojoStackTraceWriter
 
TestRequest - Class in org.apache.maven.surefire.testset
Information about the requested test.
TestRequest(List, File, String) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
TestRequest(List, File, String, String) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
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 class org.apache.maven.surefire.report.MulticastingReporter
 
testSetCompleted(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Indicates end of a given test-set
testSetCompleted(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Indicates end of a given test-set
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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.
TestSetRunListener - Class in org.apache.maven.surefire.report
Reports data for a single test set.
TestSetRunListener(List, RunStatistics) - Constructor for class org.apache.maven.surefire.report.TestSetRunListener
 
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 class org.apache.maven.surefire.report.MulticastingReporter
 
testSetStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Indicates the start of a given test-set
testSetStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Indicates the start of a given test-set
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
TestSetStatistics - Class in org.apache.maven.surefire.report
Run-statistics for a testset
TestSetStatistics() - Constructor for class org.apache.maven.surefire.report.TestSetStatistics
 
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 class org.apache.maven.surefire.report.MulticastingReporter
 
testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
 
testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test is about to start
testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test is about to start
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
TestsToRun - Class in org.apache.maven.surefire.util
Contains all the tests that have been found according to specified include/exclude specification for a given surefire run.
TestsToRun(List) - Constructor for class org.apache.maven.surefire.util.TestsToRun
Constructor
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 class org.apache.maven.surefire.report.MulticastingReporter
 
testSucceeded(ReportEntry) - Method in interface org.apache.maven.surefire.report.Reporter
Event fired when a test ended successfully
testSucceeded(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended successfully
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
toChar(byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
toString() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
toString() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
tryGetMethod(Class, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
tryLoadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 

U

UrlUtils - Class in org.apache.maven.surefire.util
Utility for dealing with URLs in pre-JDK 1.4.

W

writeDetailMessage(String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeDetailMessage(String) - Method in class org.apache.maven.surefire.report.BriefFileReporter
 
writeDetailMessage(String) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
writeDetailMessage(String) - Method in interface org.apache.maven.surefire.report.Reporter
Writes a detailed message that will not necessarily be displayed in all channels.
writeDetailMessage(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeDetailMessage(String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
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 class org.apache.maven.surefire.report.MulticastingReporter
 
writeFooter(String) - Method in interface org.apache.maven.surefire.report.Reporter
 
writeFooter(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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.DefaultDirectConsoleReporter
 
writeMessage(String) - Method in interface org.apache.maven.surefire.report.DirectConsoleReporter
 
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 class org.apache.maven.surefire.report.MulticastingReporter
 
writeMessage(String) - Method in interface org.apache.maven.surefire.report.Reporter
Writes a message that will be displayed in all free-text format reporters.
writeMessage(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
writer - Variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeTestOutput(byte[], int, int, boolean) - Method in interface org.apache.maven.surefire.report.ConsoleOutputReceiver
Forwards process output from the running test-case into the reporting system
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.DefaultConsoleOutputReceiver
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.SystemConsoleOutputReceiver
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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(ReporterConfiguration) - Constructor for class org.apache.maven.surefire.report.XMLReporter
 

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

Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.