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

A

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
 
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(RunEntryStatistics) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
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
 
addItem(RunEntryStatistics) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
addTest(PrioritizedTest) - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
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 method in class org.apache.maven.surefire.testset.RunOrderParameters
 
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
 
asString(RunOrder[]) - Static method in class org.apache.maven.surefire.util.RunOrder
 
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

BALANCED - Static variable in class org.apache.maven.surefire.util.RunOrder
 
BaseProviderFactory - Class in org.apache.maven.surefire.booter
 
BaseProviderFactory(ReporterFactory, Boolean) - 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
 
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
 
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.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
 
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
 
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, boolean) - 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
 
createNextGeneration(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
createNextGenerationFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
createReporter() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
createReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Creates a reporter.

D

DEFAULT() - Static method in class org.apache.maven.surefire.testset.RunOrderParameters
 
DEFAULT - Static variable in class org.apache.maven.surefire.util.RunOrder
 
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) - Constructor for class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
DefaultRunOrderCalculator - Class in org.apache.maven.surefire.util
Applies the final runorder of the tests
DefaultRunOrderCalculator(RunOrderParameters, int) - Constructor for class org.apache.maven.surefire.util.DefaultRunOrderCalculator
 
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.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

FAILEDFIRST - Static variable in class org.apache.maven.surefire.util.RunOrder
 
FILESYSTEM - Static variable in class org.apache.maven.surefire.util.RunOrder
 
findOrCreate(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
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
 
fromFile(File) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
fromReportEntry(ReportEntry) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
fromString(String) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
fromString(String) - Static method in class org.apache.maven.surefire.suite.RunResult
 
fromValues(int, int, Class, String) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
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() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
getAsString() - 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
 
getClassName() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
getClazz() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
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.
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
 
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
 
getForkedProcessCode() - Method in class org.apache.maven.surefire.suite.RunResult
 
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
 
getMinSuccessRate() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
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.
getPriorities(Comparator) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsByFailureFirst(List) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsClassRunTime(List, int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
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
 
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.
getResult() - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
getResults() - Method in class org.apache.maven.surefire.report.XMLReporter
 
getRunOrder() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
 
getRunOrder() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
 
getRunOrderCalculator() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getRunOrderCalculator() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Provides a service to calculate run order of tests.
getRunResult() - Method in class org.apache.maven.surefire.report.TestSetStatistics
 
getRunStatisticsFile() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
 
getRunStatisticsFileName() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
 
getRunTime() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
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
 
getSuccessfulBuilds() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
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
 
getTestName() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
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
 
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.
getTotalRuntime() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
getTotalRuntime() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
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
 
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
 
instantiate(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
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
 
instantiateTwoArgs(ClassLoader, String, Class, Object, Class, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invoke(Object) - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Runs a forked test
invokeAssertionStatusMethod(ClassLoader, boolean) - Method in class org.apache.maven.surefire.booter.JdkReflector
 
invokeAssertionStatusMethod(ClassLoader, boolean) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
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.
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
 
isTimeout() - Method in class org.apache.maven.surefire.suite.RunResult
 
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

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
 
JdkReflector - Class in org.apache.maven.surefire.booter
Does reflection based invocation of misc jdk method

JdkReflector() - Constructor for class org.apache.maven.surefire.booter.JdkReflector
 
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
lowest(String) - Static method in class org.apache.maven.plugin.surefire.runorder.Priority
 

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
 
nextGeneration(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
nextGenerationFailure(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
NonAbstractClassFilter - Class in org.apache.maven.surefire
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.NonAbstractClassFilter
 

O

orderTestClasses(TestsToRun) - Method in class org.apache.maven.surefire.util.DefaultRunOrderCalculator
 
orderTestClasses(TestsToRun) - Method in interface org.apache.maven.surefire.util.RunOrderCalculator
 
org.apache.maven.plugin.surefire.runorder - package org.apache.maven.plugin.surefire.runorder
 
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

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.
PrioritizedTest - Class in org.apache.maven.plugin.surefire.runorder
 
PrioritizedTest(Class, Priority) - Constructor for class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
Priority - Class in org.apache.maven.plugin.surefire.runorder
 
Priority(String) - Constructor for class org.apache.maven.plugin.surefire.runorder.Priority
 
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.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.TestSetStatistics
 
reset() - Method in class org.apache.maven.surefire.report.XMLReporter
 
REVERSE_ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
 
RunEntryStatistics - Class in org.apache.maven.plugin.surefire.runorder
 
RunEntryStatisticsMap - Class in org.apache.maven.plugin.surefire.runorder
 
RunEntryStatisticsMap(Map) - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
RunEntryStatisticsMap() - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
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.
RunOrderCalculator - Interface in org.apache.maven.surefire.util
 
RunOrderParameters - Class in org.apache.maven.surefire.testset
 
RunOrderParameters(RunOrder[], File) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
 
RunOrderParameters(String, String) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
 
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
 
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
 
serialize(File) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
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
 
setPriority(int) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
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
 
setRunOrderParameters(RunOrderParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setRunOrderParameters(Object, RunOrderParameters) - 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
 
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
 
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
 
SUCCESS - Static variable in class org.apache.maven.surefire.suite.RunResult
 
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.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) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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.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) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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.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.AbstractReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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.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.
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AsynchRunListener
 
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.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.AsynchRunListener
 
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.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.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.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.AsynchRunListener
 
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.ThreadLocalRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.XMLReporter
 
ThreadedExecutionScheduler - Class in org.apache.maven.plugin.surefire.runorder
 
ThreadedExecutionScheduler(int) - Constructor for class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
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
 
toString() - Method in class org.apache.maven.surefire.util.TestsToRun
 
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
 
valueOfMulti(String) - Static method in class org.apache.maven.surefire.util.RunOrder
Returns the specified 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.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.XMLReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.XMLReporter
 
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
 
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.