A B C D E F G H I J L M N O P R S T U V 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
 
AbstractReporter(boolean) - Constructor for class org.apache.maven.surefire.report.AbstractReporter
 
AbstractTextReporter - Class in org.apache.maven.surefire.report
Text based reporter.
AbstractTextReporter(boolean, String) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
AbstractTextReporter(PrintWriter, boolean, String) - 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
add(TestSetStatistics) - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
add(Object) - Method in interface org.apache.maven.surefire.util.internal.BlockingQueue
 
add(Object) - Method in class org.apache.maven.surefire.util.internal.FunkyTwoThreadBlockingQueue
 
add(Object) - Method in class org.apache.maven.surefire.util.internal.Java13BlockingQueue
 
add(Object) - Method in class org.apache.maven.surefire.util.internal.Java15BlockingQueue
 
add(Object) - Method in class org.apache.maven.surefire.util.internal.TwoThreadBlockingQueue
 
addAttribute(String, String) - Method in class org.apache.maven.surefire.report.PrettyPrintXMLWriter
 
addErrorSource(String, StackTraceWriter) - 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
 
aggregate(RunResult) - Method in class org.apache.maven.surefire.suite.RunResult
 
ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
 
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
 
AsynchRunListener - Class in org.apache.maven.surefire.report
Transfers further processing of the request to a different thread, returning immediately to calling code.
AsynchRunListener(RunListener, String) - Constructor for class org.apache.maven.surefire.report.AsynchRunListener
 

B

BaseProviderFactory - Class in org.apache.maven.surefire.booter
 
BaseProviderFactory(ReporterFactory) - Constructor for class org.apache.maven.surefire.booter.BaseProviderFactory
 
BlockingQueue - Interface in org.apache.maven.surefire.util.internal
A very simple blocking queue that might have stricter constraints than the standard jdk1.5 blockingqueues.
BlockingQueueFactory - Class in org.apache.maven.surefire.util.internal
Creates blocking queues that work at different language levels.
BlockingQueueFactory() - Constructor for class org.apache.maven.surefire.util.internal.BlockingQueueFactory
 
BOOTERCODE_CONSOLE - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_STDERR - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_STDOUT - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_SYSPROPS - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_ASSUMPTIONFAILURE - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_ERROR - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_FAILED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_SKIPPED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_STARTING - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_SUCCEEDED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TESTSET_COMPLETED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TESTSET_STARTING - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BRIEF_REPORT_FORMAT - Static variable in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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(boolean, File) - Constructor for class org.apache.maven.surefire.report.BriefFileReporter
 
BriefFileReporter(boolean, File, String) - 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) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
clearCapture() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
clearTestMethodRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
clearTestMethodRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
clearTestMethodRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
clearTestSetRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
clearTestSetRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener
 
clearTestSetRunListener() - Method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener
 
close() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
close() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
close() - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
close() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Closes the factory, freeing resources allocated in the factory.
comma() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
ConsoleLogger - Interface in org.apache.maven.surefire.report
Allows providers to write console messages on the running maven process.
ConsoleOutputCapture - Class in org.apache.maven.surefire.report
Deals with system.out/err.
ConsoleOutputCapture() - Constructor for class org.apache.maven.surefire.report.ConsoleOutputCapture
 
ConsoleOutputDirectReporter - Class in org.apache.maven.surefire.report
Outputs test system out/system err directly to the console

Just a step on the road to getting the separation of reporting concerns operating properly.

ConsoleOutputDirectReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
ConsoleOutputFileReporter - Class in org.apache.maven.surefire.report
Surefire output consumer proxy that writes test output to a File for each test suite.
ConsoleOutputFileReporter(File) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
ConsoleOutputFileReporter(File, String) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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(boolean) - Constructor for class org.apache.maven.surefire.report.ConsoleReporter
 
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
 
createBlockingQueue() - Static method in class org.apache.maven.surefire.util.internal.BlockingQueueFactory
 
createBooterConfiguration(ClassLoader, Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createForkingReporterFactory(Boolean, PrintStream) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createHeader(byte, int) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
 
createInstance(ReporterFactory, boolean) - Static method in class org.apache.maven.surefire.report.TestConsoleOutputRunListener
 
createReporter() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
createReporter() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
createReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Creates a reporter.
createReportingReporterFactory(StartupReportConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 

D

DefaultConsoleReporter - Class in org.apache.maven.surefire.report
 
DefaultConsoleReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.DefaultConsoleReporter
 
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, RunOrder) - Constructor for class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
defaultNoXml() - Static method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
defaultValue() - Static method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
DetailedConsoleReporter - Class in org.apache.maven.surefire.report
Detailed console reporter.
DetailedConsoleReporter(boolean) - Constructor for class org.apache.maven.surefire.report.DetailedConsoleReporter
 
DirectoryScanner - Interface in org.apache.maven.surefire.util
 
DirectoryScannerParameters - Class in org.apache.maven.surefire.testset
 
DirectoryScannerParameters(File, List, List, Boolean, RunOrder) - Constructor for class org.apache.maven.surefire.testset.DirectoryScannerParameters
 
DirectoryScannerParameters(File, List, List, Boolean, String) - Constructor for class org.apache.maven.surefire.testset.DirectoryScannerParameters
 

E

endElement() - Method in class org.apache.maven.surefire.report.PrettyPrintXMLWriter
 
endOfLine() - Method in class org.apache.maven.surefire.report.PrettyPrintXMLWriter
 
equals(Object) - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
escapeJavaStyleString(Writer, String, boolean) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(ByteBuffer, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(PrintStream, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(byte[], int, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(StringBuffer, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Courtesy of commons-lang StringEscapeUtils, slightly modified, see below
escapeJavaStyleString(PrintStream, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 

F

FAILURE - Static variable in class org.apache.maven.surefire.suite.RunResult
 
FileReporter - Class in org.apache.maven.surefire.report
Text file reporter.
FileReporter(boolean, File) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
FileReporter(boolean, File, String) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
FileReporterFactory - Class in org.apache.maven.plugin.surefire.report
Provides RunListener implementations to the providers.
FileReporterFactory(StartupReportConfiguration) - Constructor for class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
FILESYSTEM - Static variable in class org.apache.maven.surefire.util.RunOrder
 
ForkingReporterFactory - Class in org.apache.maven.surefire.booter
Creates ForkingReporters, which are typically one instance per TestSet or thread.
ForkingReporterFactory(Boolean, PrintStream) - Constructor for class org.apache.maven.surefire.booter.ForkingReporterFactory
 
ForkingRunListener - Class in org.apache.maven.surefire.booter
Encodes the full output of the test run to the stdout stream.
ForkingRunListener(PrintStream, int) - Constructor for class org.apache.maven.surefire.booter.ForkingRunListener
 
ForkingRunListener(PrintStream, int, boolean) - Constructor for class org.apache.maven.surefire.booter.ForkingRunListener
 
fromClass(Class) - Static method in class org.apache.maven.surefire.util.TestsToRun
 
fromString(String) - Static method in class org.apache.maven.surefire.suite.RunResult
 
FunkyTwoThreadBlockingQueue - Class in org.apache.maven.surefire.util.internal
A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer.
FunkyTwoThreadBlockingQueue() - Constructor for class org.apache.maven.surefire.util.internal.FunkyTwoThreadBlockingQueue
 

G

get() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
getAsString(List) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
getAsString() - Method in class org.apache.maven.surefire.suite.RunResult
 
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
 
getConsoleLogger() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getConsoleLogger() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Gets a logger intended for console output.
getConsoleOutputFileReporterName() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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
 
getConsoleReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
Returns the reporter that will write to the console
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.
getFailures() - Method in class org.apache.maven.surefire.suite.RunResult
 
getFailureSources() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getFileReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getForkedProcessCode() - Method in class org.apache.maven.surefire.suite.RunResult
 
getGlobalRunStatistics() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
getGlobalRunStatistics() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
getGlobalRunStatistics() - Method in interface org.apache.maven.surefire.report.ReporterFactory
 
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.
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
 
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
 
getReportFile(File, String, String, String) - Static method in class org.apache.maven.surefire.report.AbstractFileReporter
 
getReportFormat() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getReportNameSuffix() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getReports() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
A list of classnames representing runnable reports for this test-run.
getReportsDirectory() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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
 
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
 
getTarget() - Method in class org.apache.maven.surefire.report.ThreadLocalRunListener
 
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
 
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}
getTestVmSystemProperties() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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
 
getXmlReporterName() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 

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
 
hex(char) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
HOURLY - Static variable in class org.apache.maven.surefire.util.RunOrder
 

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
 
info(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
info(String) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
info(String) - Method in interface org.apache.maven.surefire.report.ConsoleLogger
 
info(String) - Method in class org.apache.maven.surefire.report.DefaultConsoleReporter
 
info(String) - Method in class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
info(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
instantiate(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateConsoleOutputFileReporterName(PrintStream) - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateConsoleReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateFileReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateObject(String, Class[], 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
 
instantiateXmlReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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.
isDisableXmlReport() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isErrrorFree() - Method in class org.apache.maven.surefire.suite.RunResult
 
isFailIfNoTests() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Indicates if lack of runable tests should fail the entire build
isFailure() - Method in class org.apache.maven.surefire.suite.RunResult
 
isFailureOrTimeout() - Method in class org.apache.maven.surefire.suite.RunResult
 
isPrintSummary() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isRedirectTestOutputToFile() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isTimeout() - Method in class org.apache.maven.surefire.suite.RunResult
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
Indicates if reporting should trim the stack traces.
isUseFile() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
iterator() - Method in class org.apache.maven.surefire.util.TestsToRun
Returns an iterator over the located java.lang.Class objects

J

Java13BlockingQueue - Class in org.apache.maven.surefire.util.internal
 
Java13BlockingQueue() - Constructor for class org.apache.maven.surefire.util.internal.Java13BlockingQueue
 
Java15BlockingQueue - Class in org.apache.maven.surefire.util.internal
 
Java15BlockingQueue() - Constructor for class org.apache.maven.surefire.util.internal.Java15BlockingQueue
 
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

name() - Method in class org.apache.maven.surefire.util.RunOrder
 
NestedCheckedException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatibility.
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
 
NO_TESTS - Static variable in class org.apache.maven.surefire.suite.RunResult
 
NonAbstractClassFilter - Class in org.apache.maven.surefire
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.NonAbstractClassFilter
 

O

org.apache.maven.plugin.surefire.report - package org.apache.maven.plugin.surefire.report
 
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

PLAIN_REPORT_FORMAT - Static variable in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
poison - Static variable in class org.apache.maven.surefire.util.internal.TwoThreadBlockingQueue
 
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.report
 
PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.apache.maven.surefire.report.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.
ProviderParameters - Interface in org.apache.maven.surefire.providerapi
Injected into the providers upon provider construction.
put(Object) - Method in class org.apache.maven.surefire.util.internal.FunkyTwoThreadBlockingQueue
 

R

RANDOM - Static variable in class org.apache.maven.surefire.util.RunOrder
 
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
 
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
 
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
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
ReporterConfiguration(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
 
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.ConsoleOutputDirectReporter
 
reset() - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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.TestSetStatistics
 
reset() - Method in class org.apache.maven.surefire.report.XMLReporter
 
REVERSE_ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
 
RunListener - Interface in org.apache.maven.surefire.report
Used by providers to report results.
RunOrder - Class in org.apache.maven.surefire.util
A RunOrder specifies the order in which the tests will be run.
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
 
RunResult(int, int, int, int, boolean, boolean) - Constructor for class org.apache.maven.surefire.suite.RunResult
 
runStarting() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
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
 
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.
startCapture(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.report.ConsoleOutputCapture
 
startElement(String) - Method in class org.apache.maven.surefire.report.PrettyPrintXMLWriter
 
StartupReportConfiguration - Class in org.apache.maven.surefire.booter
All the parameters used to construct reporters

TODO: Move out of API module

StartupReportConfiguration(boolean, boolean, String, boolean, boolean, File, boolean) - Constructor for class org.apache.maven.surefire.booter.StartupReportConfiguration
 
StartupReportConfiguration(boolean, boolean, String, boolean, boolean, File, boolean, String) - Constructor for class org.apache.maven.surefire.booter.StartupReportConfiguration
 
StreamUtils - Class in org.apache.maven.surefire.util.internal
 
StreamUtils() - Constructor for class org.apache.maven.surefire.util.internal.StreamUtils
 
StringUtils - Class in org.apache.maven.surefire.util.internal
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.maven.surefire.util.internal.StringUtils
 
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
 

T

take() - Method in interface org.apache.maven.surefire.util.internal.BlockingQueue
 
take() - Method in class org.apache.maven.surefire.util.internal.FunkyTwoThreadBlockingQueue
 
take() - Method in class org.apache.maven.surefire.util.internal.Java13BlockingQueue
 
take() - Method in class org.apache.maven.surefire.util.internal.Java15BlockingQueue
 
take() - Method in class org.apache.maven.surefire.util.internal.TwoThreadBlockingQueue
 
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.booter.ForkingRunListener
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.report.ThreadLocalRunListener
 
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) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
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) - Method in class org.apache.maven.surefire.report.ThreadLocalRunListener
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
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) - Method in class org.apache.maven.surefire.report.ThreadLocalRunListener
 
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.booter.ForkingRunListener
 
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.AsynchRunListener
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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.ThreadLocalRunListener
 
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(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(AbstractConsoleReporter, AbstractFileReporter, XMLReporter, Reporter, RunStatistics) - Constructor for class org.apache.maven.surefire.report.TestSetRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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.AsynchRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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.ThreadLocalRunListener
 
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.booter.ForkingRunListener
 
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.AsynchRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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
Event fired when a test is skipped
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.ThreadLocalRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ThreadLocalRunListener
 
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.booter.ForkingRunListener
 
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.AsynchRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
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.ThreadLocalRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
ThreadLocalRunListener - Class in org.apache.maven.surefire.report
Ensures that the current thread has a RunListener instance attached, and forwards calls to it.
ThreadLocalRunListener(ReporterFactory) - Constructor for class org.apache.maven.surefire.report.ThreadLocalRunListener
 
Timeout - Static variable in class org.apache.maven.surefire.suite.RunResult
 
toHex(OutputStream, Integer) - Static method in class org.apache.maven.surefire.util.internal.StreamUtils
 
toHex(OutputStream, int) - Static method in class org.apache.maven.surefire.util.internal.StreamUtils
Convert the integer to an unsigned number.
toString() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
toString() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
toString() - Method in class org.apache.maven.surefire.util.RunOrder
 
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
 
TwoThreadBlockingQueue - Class in org.apache.maven.surefire.util.internal
A producer/consumer queue that is optimized for *one* producer thread and *one* consumer thread, and solely optimized for efficient inserts by the producer, minimizing producer locking for hand-off to a second consumer.
TwoThreadBlockingQueue() - Constructor for class org.apache.maven.surefire.util.internal.TwoThreadBlockingQueue
 

U

unescapeJava(StringWriter, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
unescapeJava(byte[], String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
UrlUtils - Class in org.apache.maven.surefire.util
Utility for dealing with URLs in pre-JDK 1.4.

V

valueOf(String) - Static method in class org.apache.maven.surefire.util.RunOrder
 

W

writeMarkup(String) - Method in class org.apache.maven.surefire.report.PrettyPrintXMLWriter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.MulticastingReporter
 
writeMessage(byte[], int, int) - 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(byte[], int, int) - Method in interface org.apache.maven.surefire.report.Reporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.XMLReporter
 
writeMessage(byte[], int, int) - 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 class org.apache.maven.surefire.booter.ForkingRunListener
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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.TestConsoleOutputRunListener
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeText(String) - Method in class org.apache.maven.surefire.report.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(boolean, File) - Constructor for class org.apache.maven.surefire.report.XMLReporter
 
XMLReporter(boolean, File, String) - 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 V W X

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