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

A

AbstractConsoleEvent - Class in org.apache.maven.surefire.api.event
The base class of an event.
AbstractConsoleEvent(ForkedProcessEventType, String) - Constructor for class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
AbstractProvider - Class in org.apache.maven.surefire.api.provider
A provider base class that all providers should extend to shield themselves from interface changes
AbstractProvider() - Constructor for class org.apache.maven.surefire.api.provider.AbstractProvider
 
AbstractStandardStreamEvent - Class in org.apache.maven.surefire.api.event
The base class of an event of standard streams.
AbstractStandardStreamEvent(ForkedProcessEventType, RunMode, String) - Constructor for class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
AbstractTestControlEvent<T extends ReportEntry> - Class in org.apache.maven.surefire.api.event
The base class of an event of test control.
AbstractTestControlEvent(ForkedProcessEventType, RunMode, T) - Constructor for class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
accept(Class) - Method in class org.apache.maven.surefire.api.filter.NonAbstractClassFilter
 
accept(Class) - Method in class org.apache.maven.surefire.api.filter.SpecificTestClassFilter
 
accept(Class) - Method in interface org.apache.maven.surefire.api.util.ScannerFilter
Indicates if the class should be accepted by the directory scanner
acquireNextTest() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
add(RunEntryStatistics) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
addItem(RunEntryStatistics) - Method in class org.apache.maven.surefire.api.runorder.Priority
 
addShutdownListener(CommandListener) - Method in interface org.apache.maven.surefire.api.provider.CommandChainReader
 
addSkipNextTestsListener(CommandListener) - Method in interface org.apache.maven.surefire.api.provider.CommandChainReader
 
addTest(PrioritizedTest) - Method in class org.apache.maven.surefire.api.runorder.ThreadedExecutionScheduler
 
aggregate(RunResult) - Method in class org.apache.maven.surefire.api.suite.RunResult
 
allowEagerReading() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
alphabetical() - Static method in class org.apache.maven.surefire.api.testset.RunOrderParameters
 
ALPHABETICAL - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
and(TestListResolver) - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
append(DefaultScanResult) - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
applyFilter(ScannerFilter, ClassLoader) - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
applyFilter(ScannerFilter, ClassLoader) - Method in interface org.apache.maven.surefire.api.util.ScanResult
 
asNormalMode() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
asRerunMode() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
asString(RunOrder[]) - Static method in class org.apache.maven.surefire.api.util.RunOrder
 
assumption(String, String, String, String, String) - Static method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
awaitStarted() - Method in interface org.apache.maven.surefire.api.provider.CommandChainReader
 

B

BALANCED - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
BaseProviderFactory - Class in org.apache.maven.surefire.api.booter
 
BaseProviderFactory(boolean) - Constructor for class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
BiProperty<P1,P2> - Class in org.apache.maven.surefire.api.booter
Internal generic wrapper.
BiProperty(P1, P2) - Constructor for class org.apache.maven.surefire.api.booter.BiProperty
 
bye() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
BYE_ACK - Static variable in class org.apache.maven.surefire.api.booter.Command
 
byOpcode(String) - Static method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 

C

cancel() - Method in class org.apache.maven.surefire.api.provider.AbstractProvider
 
cancel() - Method in interface org.apache.maven.surefire.api.provider.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.api.report
 
CategorizedReportEntry(String, String, String) - Constructor for class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer, String) - Constructor for class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, String, String, StackTraceWriter, Integer, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
Channels - Class in org.apache.maven.surefire.api.util.internal
checkError() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
ClassMethod - Class in org.apache.maven.surefire.api.util.internal
Data transfer object of class and method literals.
ClassMethod(String, String) - Constructor for class org.apache.maven.surefire.api.util.internal.ClassMethod
 
close() - Method in class org.apache.maven.surefire.api.booter.ForkingReporterFactory
 
close() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder
 
close() - Method in interface org.apache.maven.surefire.api.report.ReporterFactory
Closes the factory, freeing resources allocated in the factory.
CloseableIterator<T> - Class in org.apache.maven.surefire.api.util
This iterator is marked as stopped if CloseableIterator.isClosed() returns true.
CloseableIterator() - Constructor for class org.apache.maven.surefire.api.util.CloseableIterator
 
Command - Class in org.apache.maven.surefire.api.booter
Encapsulates data and command sent from master to forked process.
Command(MasterProcessCommand, String) - Constructor for class org.apache.maven.surefire.api.booter.Command
 
Command(MasterProcessCommand) - Constructor for class org.apache.maven.surefire.api.booter.Command
 
CommandChainReader - Interface in org.apache.maven.surefire.api.provider
Hiding CommandReader instance in provider.
CommandLineOption - Enum in org.apache.maven.surefire.api.cli
CLI options.
CommandListener - Interface in org.apache.maven.surefire.api.provider
Command listener interface.
ConcurrencyUtils - Class in org.apache.maven.surefire.api.util.internal
Concurrency utilities.
ConsoleDebugEvent - Class in org.apache.maven.surefire.api.event
The event with a message for console debug level.
ConsoleDebugEvent(String) - Constructor for class org.apache.maven.surefire.api.event.ConsoleDebugEvent
 
consoleDebugLog(String) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
ConsoleErrorEvent - Class in org.apache.maven.surefire.api.event
The event with a message for console error level.
ConsoleErrorEvent(StackTraceWriter) - Constructor for class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
consoleErrorLog(String) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
consoleErrorLog(Throwable) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
consoleErrorLog(String, Throwable) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
consoleErrorLog(StackTraceWriter, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
ConsoleInfoEvent - Class in org.apache.maven.surefire.api.event
The event with a message for console info level.
ConsoleInfoEvent(String) - Constructor for class org.apache.maven.surefire.api.event.ConsoleInfoEvent
 
consoleInfoLog(String) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
ConsoleOutputCapture - Class in org.apache.maven.surefire.api.report
Deals with system.out/err.
ConsoleOutputCapture() - Constructor for class org.apache.maven.surefire.api.report.ConsoleOutputCapture
 
ConsoleOutputReceiver - Interface in org.apache.maven.surefire.api.report
A receiver of stdout/sterr output from running tests.
ConsoleOutputReceiverForCurrentThread - Class in org.apache.maven.surefire.api.report
 
ConsoleStream - Interface in org.apache.maven.surefire.api.report
Delegates to System.out.
ConsoleWarningEvent - Class in org.apache.maven.surefire.api.event
The event with a message for console warning level.
ConsoleWarningEvent(String) - Constructor for class org.apache.maven.surefire.api.event.ConsoleWarningEvent
 
consoleWarningLog(String) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
containsAtLeast(int) - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
containsExactly(int) - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
ControlByeEvent - Class in org.apache.maven.surefire.api.event
The control event of bye.
ControlByeEvent() - Constructor for class org.apache.maven.surefire.api.event.ControlByeEvent
 
ControlNextTestEvent - Class in org.apache.maven.surefire.api.event
The control event of requesting a next test.
ControlNextTestEvent() - Constructor for class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
ControlStopOnNextTestEvent - Class in org.apache.maven.surefire.api.event
The control event of stopping on next test.
ControlStopOnNextTestEvent() - Constructor for class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
countDownToZero(AtomicInteger) - Static method in class org.apache.maven.surefire.api.util.internal.ConcurrencyUtils
Decreases counter to zero, or does not change the counter if negative.
createNextGeneration(ReportEntry) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
createNextGenerationFailure(ReportEntry) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
createReporter() - Method in class org.apache.maven.surefire.api.booter.ForkingReporterFactory
 
createReporter() - Method in interface org.apache.maven.surefire.api.report.ReporterFactory
Creates a reporter.

D

DaemonThreadFactory - Class in org.apache.maven.surefire.api.util.internal
Creates new daemon Thread.
debug(String) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
decode() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelDecoder
Reads the bytes from a channel, waiting until the command is read completely or the channel throws EOFException.
DEFAULT - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
DefaultDirectConsoleReporter - Class in org.apache.maven.surefire.api.report
 
DefaultDirectConsoleReporter(PrintStream) - Constructor for class org.apache.maven.surefire.api.report.DefaultDirectConsoleReporter
 
DefaultDirectoryScanner - Class in org.apache.maven.surefire.api.util
Deprecated.
DefaultDirectoryScanner(File, List<String>, List<String>, List<String>) - Constructor for class org.apache.maven.surefire.api.util.DefaultDirectoryScanner
Deprecated.
 
DefaultRunOrderCalculator - Class in org.apache.maven.surefire.api.util
Applies the final runorder of the tests
DefaultRunOrderCalculator(RunOrderParameters, int) - Constructor for class org.apache.maven.surefire.api.util.DefaultRunOrderCalculator
 
DefaultScanResult - Class in org.apache.maven.surefire.api.util
 
DefaultScanResult(List<String>) - Constructor for class org.apache.maven.surefire.api.util.DefaultScanResult
 
DirectoryScanner - Interface in org.apache.maven.surefire.api.util
Deprecated.
DirectoryScannerParameters - Class in org.apache.maven.surefire.api.testset
 
DirectoryScannerParameters(File, List<String>, List<String>, List<String>, boolean, String) - Constructor for class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
 
doHasNext() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
doNext() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
doRemove() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
DUMP_FILE_EXT - Static variable in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
DumpErrorSingleton - Class in org.apache.maven.surefire.api.booter
Dumps lost commands and caused exceptions in forked JVM.
dumpException(Throwable, String) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpException(Throwable) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpException(Throwable, File) - Static method in class org.apache.maven.surefire.api.util.internal.DumpFileUtils
 
dumpException(Throwable, String, File) - Static method in class org.apache.maven.surefire.api.util.internal.DumpFileUtils
 
DumpFileUtils - Class in org.apache.maven.surefire.api.util.internal
Dumps a text or exception in dump file.
DUMPSTREAM_FILE_EXT - Static variable in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpStreamException(Throwable, String) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpStreamException(Throwable) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpStreamText(String) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpText(String) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
dumpText(String, File) - Static method in class org.apache.maven.surefire.api.util.internal.DumpFileUtils
 

E

entrySet() - Method in class org.apache.maven.surefire.api.util.internal.ImmutableMap
 
equals(Object) - Method in class org.apache.maven.surefire.api.booter.Command
 
equals(Object) - Method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.api.suite.RunResult
 
equals(Object) - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
equals(Object) - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
equals(Object) - Method in class org.apache.maven.surefire.api.util.internal.ClassMethod
 
error(String) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
error(String, Throwable) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
error(Throwable) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
Event - Class in org.apache.maven.surefire.api.event
Super type of events.
Event(ForkedProcessEventType) - Constructor for class org.apache.maven.surefire.api.event.Event
 
extractClassName(String) - Static method in class org.apache.maven.surefire.api.util.internal.TestClassMethodNameUtils
 
extractMethodName(String) - Static method in class org.apache.maven.surefire.api.util.internal.TestClassMethodNameUtils
 

F

FAILEDFIRST - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
FAILURE - Static variable in class org.apache.maven.surefire.api.suite.RunResult
 
failure(RunResult, Exception) - Static method in class org.apache.maven.surefire.api.suite.RunResult
 
FILESYSTEM - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
ForkedProcessEventType - Enum in org.apache.maven.surefire.api.booter
Events sent back to the plugin process.
ForkingReporterFactory - Class in org.apache.maven.surefire.api.booter
Creates ForkingReporters, which are typically one instance per TestSet or thread.
ForkingReporterFactory(boolean, MasterProcessChannelEncoder) - Constructor for class org.apache.maven.surefire.api.booter.ForkingReporterFactory
 
ForkingRunListener - Class in org.apache.maven.surefire.api.booter
Encodes the full output of the test run to the stdout stream.
ForkingRunListener(MasterProcessChannelEncoder, boolean) - Constructor for class org.apache.maven.surefire.api.booter.ForkingRunListener
 
from(Map<String, String>) - Static method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
fromClass(Class<?>) - Static method in class org.apache.maven.surefire.api.util.TestsToRun
 
fromFile(File) - Static method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
fromStream(InputStream) - Static method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
fromStrings(Collection<String>) - Static method in enum org.apache.maven.surefire.api.cli.CommandLineOption
 

G

GenericTestPattern<P,C,M> - Interface in org.apache.maven.surefire.api.testset
Resolves string test patterns in object oriented patterns P.
geRunName() - Method in enum org.apache.maven.surefire.api.report.RunMode
 
get() - Static method in class org.apache.maven.surefire.api.report.ConsoleOutputReceiverForCurrentThread
 
getClassByName(String) - Method in class org.apache.maven.surefire.api.util.TestsToRun
Get test class which matches className
getClasses() - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in interface org.apache.maven.surefire.api.util.ScanResult
 
getClassifier() - Method in class org.apache.maven.surefire.api.testset.TestArtifactInfo
 
getClassMethod() - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
getClassName() - Method in class org.apache.maven.surefire.api.runorder.Priority
 
getClassName(int) - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
getClassName(int) - Method in interface org.apache.maven.surefire.api.util.ScanResult
 
getClazz() - Method in class org.apache.maven.surefire.api.runorder.PrioritizedTest
 
getClazz() - Method in class org.apache.maven.surefire.api.util.internal.ClassMethod
 
getCommandReader() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getCommandReader() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
 
getCommandType() - Method in class org.apache.maven.surefire.api.booter.Command
 
getCompletedCount() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getConsoleLogger() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getConsoleLogger() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Gets a logger intended for console output.
getConstructor(Class<?>, Class<?>...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
getData() - Method in class org.apache.maven.surefire.api.booter.Command
 
getDataType() - Method in enum org.apache.maven.surefire.api.booter.MasterProcessCommand
 
getDirectoryScanner() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
Deprecated.
getDirectoryScanner() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Deprecated.
Use scanresult instead, as of version 2.12.2. Will be removed in next major version.
getDirectoryScannerParameters() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getDirectoryScannerParameters() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Deprecated.
Use scanresult instead, as of version 2.12.2. Will be removed in next major version.
getElapsed() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
Gets the runtime for the item.
getElapsed(int) - Method in interface org.apache.maven.surefire.api.report.ReportEntry
Returns same value as ReportEntry.getElapsed() and fallbacks to fallback for null elapsed timed.
getElapsed() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getElapsed(int) - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getEmptyTestListResolver() - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
getErrors() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getEventType() - Method in class org.apache.maven.surefire.api.event.Event
 
getExcludedPatterns() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
getExcludedPatterns() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
getExcludes() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
Deprecated.
getFailsafeCode() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getFailure() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getFailures() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getFlakes() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getGroup() - Method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
getGroup() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
The group/category of the testcase
getGroup() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getIncludedPatterns() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
getIncludedPatterns() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
getIncludes() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
Deprecated.
getKey() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
getLocalizedMessage() - Method in class org.apache.maven.surefire.api.report.SafeThrowable
 
getLocatedClasses() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
getMainCliOptions() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getMainCliOptions() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
 
getMessage() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
getMessage() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
getMessage() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
A message relating to a non-successful termination.
getMessage() - Method in class org.apache.maven.surefire.api.report.SafeThrowable
 
getMessage() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getMethod() - Method in class org.apache.maven.surefire.api.util.internal.ClassMethod
 
getMethod(Object, String, Class<?>...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
getMinSuccessRate() - Method in class org.apache.maven.surefire.api.runorder.Priority
 
getName() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
The name of the test case
getName() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getNameText() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
Human readable test case.
getNameText() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getNameWithGroup() - Method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
getNameWithGroup() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
A source name of the test case together with the group or category (if any exists).
getNameWithGroup() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getOpcode() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
getOriginalSystemOut() - Method in class org.apache.maven.surefire.api.report.ReporterConfiguration
The original system out belonging to the (possibly forked) surefire process.
getP1() - Method in class org.apache.maven.surefire.api.booter.BiProperty
 
getP2() - Method in class org.apache.maven.surefire.api.booter.BiProperty
 
getParam() - Method in enum org.apache.maven.surefire.api.booter.Shutdown
 
getPluginParameterTest() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
getPluginParameterTest() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
getPrioritizedTestsByFailureFirst(List<Class<?>>) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsClassRunTime(List<Class<?>>, int) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
getPriority() - Method in class org.apache.maven.surefire.api.runorder.PrioritizedTest
 
getPriority() - Method in class org.apache.maven.surefire.api.runorder.Priority
 
getProviderProperties() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getProviderProperties() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
The per-provider specific properties that may come all the way from the plugin's properties setting.
getReportEntry() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
getReporterConfiguration() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getReporterConfiguration() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
The raw parameters used in creating the ReporterManagerFactory
getReporterFactory() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getReporterFactory() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Provides features for creating reporting objects
getReportNameWithGroup() - Method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
getReportNameWithGroup() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
A source text of the test case together with the group or category (if any exists).
getReportNameWithGroup() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getReportsDirectory() - Method in class org.apache.maven.surefire.api.report.ReporterConfiguration
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
getRerunFailingTestsCount() - Method in class org.apache.maven.surefire.api.testset.TestRequest
How many times to rerun failing tests, issued with -Dsurefire.rerunFailingTestsCount from the command line.
getResult() - Method in class org.apache.maven.surefire.api.runorder.ThreadedExecutionScheduler
 
getRunMode() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
getRunMode() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
getRunMode() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
getRunOrder() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
 
getRunOrder() - Method in class org.apache.maven.surefire.api.testset.RunOrderParameters
 
getRunOrderCalculator() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getRunOrderCalculator() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Provides a service to calculate run order of tests.
getRunStatisticsFile() - Method in class org.apache.maven.surefire.api.testset.RunOrderParameters
 
getRunTime() - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
getScanResult() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getScanResult() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Provides the result of the directory scan performed in the plugin
getSingleton() - Static method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
getSkipAfterFailureCount() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getSkipAfterFailureCount() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
 
getSkipped() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
getSourceName() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
The class name of the test
getSourceName() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getSourceText() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
Human readable test class.
getSourceText() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getSpecificTests() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
Deprecated.
getStackTraceWriter() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
getStackTraceWriter() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
getStackTraceWriter() - Method in interface org.apache.maven.surefire.api.report.ReportEntry
The group/category of the testcase
getStackTraceWriter() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getSuccessfulBuilds() - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
getSuites() - Method in interface org.apache.maven.surefire.api.provider.SurefireProvider
Determines the number of forks.
getSuiteXmlFiles() - Method in class org.apache.maven.surefire.api.testset.TestRequest
Represents suitexmlfiles that define the test-run request
getSystemExitTimeout() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getSystemExitTimeout() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
 
getSystemProperties() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
getSystemProperties() - Method in interface org.apache.maven.surefire.api.report.TestSetReportEntry
 
getTarget() - Method in class org.apache.maven.surefire.api.report.SafeThrowable
 
getTestArtifactInfo() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getTestArtifactInfo() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Artifact info about the artifact used to autodetect provider
getTestClassesDirectory() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
getTestClassLoader() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getTestClassLoader() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
The class loader for the tests
getTestClassPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
Test class file pattern, e.g.
getTestListResolver() - Method in class org.apache.maven.surefire.api.testset.TestRequest
A specific test request issued with -Dtest= from the command line.
getTestMethodPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
Test method, e.g.
getTestRequest() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
getTestRequest() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
Contains information about requested test suites or individual tests from the command line.
getTestSourceDirectory() - Method in class org.apache.maven.surefire.api.testset.TestRequest
Test source directory, normally ${project.build.testSourceDirectory}
getThrowable() - Method in class org.apache.maven.surefire.api.report.LegacyPojoStackTraceWriter
 
getThrowable() - Method in interface org.apache.maven.surefire.api.report.StackTraceWriter
Retrieve the throwable for this writer.
getTotalRuntime() - Method in class org.apache.maven.surefire.api.runorder.PrioritizedTest
 
getTotalRuntime() - Method in class org.apache.maven.surefire.api.runorder.Priority
 
getValue() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
getVersion() - Method in class org.apache.maven.surefire.api.testset.TestArtifactInfo
 
getWildcard() - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
GROUP_PREFIX - Static variable in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 

H

hasDataType() - Method in enum org.apache.maven.surefire.api.booter.MasterProcessCommand
 
hasExcludedMethodPatterns() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
hasExcludedMethodPatterns() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
hashCode() - Method in class org.apache.maven.surefire.api.booter.Command
 
hashCode() - Method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
hashCode() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
hashCode() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
hashCode() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
hashCode() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
hashCode() - Method in class org.apache.maven.surefire.api.util.internal.ClassMethod
 
hasIncludedMethodPatterns() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
hasIncludedMethodPatterns() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
hasMethodPatterns() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
hasMethodPatterns() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
hasNext() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
hasTestClassPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
hasTestMethodPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
HOURLY - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 

I

ignored(String, String, String, String, String) - Static method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
ImmutableMap<K,V> - Class in org.apache.maven.surefire.api.util.internal
Copies input map in constructor, and Entries are linked and thread-safe.
ImmutableMap(Map<K, V>) - Constructor for class org.apache.maven.surefire.api.util.internal.ImmutableMap
 
info(String) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
init(File, String) - Method in class org.apache.maven.surefire.api.booter.DumpErrorSingleton
 
instantiate(ClassLoader, String, Class<T>) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
instantiateObject(String, Class<?>[], Object[], ClassLoader) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
instantiateOneArg(ClassLoader, String, Class<?>, Object) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invoke(Object) - Method in interface org.apache.maven.surefire.api.provider.SurefireProvider
Runs a forked test
invokeGetter(Object, String) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeGetter(Class<?>, Object, String) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeMethodChain(Class<?>[], String[], Object) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
Method chain invoker.
invokeMethodWithArray(Object, Method, Object...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeMethodWithArray2(Object, Method, Object...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeSetter(Object, String, Class<?>, Object) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeSetter(Object, Method, Object) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
Invoker of public static no-argument method.
isClosed() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
isConsoleCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isConsoleCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isConsoleErrorCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isConsoleErrorCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isControlCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isControlCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isDebugEnabled() - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
isDefaultShutdown() - Method in enum org.apache.maven.surefire.api.booter.Shutdown
 
isEmpty() - Method in interface org.apache.maven.surefire.api.testset.GenericTestPattern
 
isEmpty() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
isEmpty() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
isEmpty() - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
isErrorEnabled() - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
isErrorFree() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
isExit() - Method in enum org.apache.maven.surefire.api.booter.Shutdown
 
isFailIfNoTests() - Method in class org.apache.maven.surefire.api.testset.DirectoryScannerParameters
Indicates if lack of runable tests should fail the entire build
isFailure() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
isFailureOrTimeout() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
isFinished() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
isInfoEnabled() - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
isInsideFork() - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
isInsideFork() - Method in interface org.apache.maven.surefire.api.provider.ProviderParameters
 
isInternalError() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
isJvmExitError() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.Event
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isJvmExitError() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isKill() - Method in enum org.apache.maven.surefire.api.booter.Shutdown
 
isKnown(String) - Static method in enum org.apache.maven.surefire.api.booter.Shutdown
 
isRegexTestClassPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
isRegexTestMethodPattern() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
isStandardStreamCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isStandardStreamCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isSysPropCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isSysPropCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isTestCategory() - Method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.AbstractConsoleEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.AbstractStandardStreamEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.AbstractTestControlEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.ConsoleErrorEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.ControlByeEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.ControlNextTestEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.Event
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 
isTestCategory() - Method in class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
isTimeout() - Method in class org.apache.maven.surefire.api.suite.RunResult
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.api.report.ReporterConfiguration
Indicates if reporting should trim the stack traces.
isValidTest() - Method in class org.apache.maven.surefire.api.util.internal.ClassMethod
 
isWarnEnabled() - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
isWildcard() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
iterated() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
iterator() - Method in class org.apache.maven.surefire.api.util.TestsToRun
Returns an iterator over the located java.lang.Class objects

J

JvmExitErrorEvent - Class in org.apache.maven.surefire.api.event
The event for the JVM exit error.
JvmExitErrorEvent(StackTraceWriter) - Constructor for class org.apache.maven.surefire.api.event.JvmExitErrorEvent
 

L

LegacyPojoStackTraceWriter - Class in org.apache.maven.surefire.api.report
Write the trace out for a POJO test.
LegacyPojoStackTraceWriter(String, String, Throwable) - Constructor for class org.apache.maven.surefire.api.report.LegacyPojoStackTraceWriter
 
listParameters() - Static method in enum org.apache.maven.surefire.api.booter.Shutdown
 
loadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in class org.apache.maven.surefire.api.util.DefaultDirectoryScanner
Deprecated.
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in interface org.apache.maven.surefire.api.util.DirectoryScanner
Deprecated.
Locates tests based on scanning directories

M

MAGIC_NUMBER - Static variable in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
 
MAGIC_NUMBER - Static variable in enum org.apache.maven.surefire.api.booter.MasterProcessCommand
 
markAs(RunMode) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
markAs(RunMode) - Method in interface org.apache.maven.surefire.api.report.RunListener
Marks the listener with run mode, e.g.
markTestSetFinished() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
MasterProcessChannelDecoder - Interface in org.apache.maven.surefire.api.booter
An abstraction for physical decoder of commands.
MasterProcessChannelEncoder - Interface in org.apache.maven.surefire.api.booter
An abstraction for physical encoder of events.
MasterProcessCommand - Enum in org.apache.maven.surefire.api.booter
Commands which are sent from plugin to the forked jvm.
matchAsExclusive(String, String) - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
matchAsInclusive(String, String) - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
MODES - Static variable in enum org.apache.maven.surefire.api.report.RunMode
 

N

name() - Method in class org.apache.maven.surefire.api.util.RunOrder
 
newBufferedChannel(OutputStream) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newBufferedChannel(InputStream) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newChannel(OutputStream) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newChannel(InputStream) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newDaemonThread(Runnable) - Static method in class org.apache.maven.surefire.api.util.internal.DaemonThreadFactory
 
newDaemonThread(Runnable, String) - Static method in class org.apache.maven.surefire.api.util.internal.DaemonThreadFactory
 
newDaemonThreadFactory() - Static method in class org.apache.maven.surefire.api.util.internal.DaemonThreadFactory
Should be used by thread pools.
newDaemonThreadFactory(String) - Static method in class org.apache.maven.surefire.api.util.internal.DaemonThreadFactory
 
newDumpFile(File, String) - Static method in class org.apache.maven.surefire.api.util.internal.DumpFileUtils
New dump file.
newFormattedDateFileName() - Static method in class org.apache.maven.surefire.api.util.internal.DumpFileUtils
 
newInputStream(AsynchronousByteChannel) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newInstance(Constructor<?>, Object...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
newOutputStream(AsynchronousByteChannel) - Static method in class org.apache.maven.surefire.api.util.internal.Channels
 
newTestClassPriority(String) - Static method in class org.apache.maven.surefire.api.runorder.Priority
Returns a priority that applies to a new testclass (that has never been run/recorded)
newTestListResolver(Set<ResolvedTest>, Set<ResolvedTest>) - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
newThread(Runnable) - Method in class org.apache.maven.surefire.api.util.internal.DaemonThreadFactory
 
next() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
nextGeneration(int) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
nextGenerationFailure(int) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
NL - Static variable in class org.apache.maven.surefire.api.util.internal.StringUtils
 
NonAbstractClassFilter - Class in org.apache.maven.surefire.api.filter
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.api.filter.NonAbstractClassFilter
 
NOOP - Static variable in class org.apache.maven.surefire.api.booter.Command
 
noTestsRun() - Static method in class org.apache.maven.surefire.api.suite.RunResult
 

O

ObjectUtils - Class in org.apache.maven.surefire.api.util.internal
Similar to Java 7 java.util.Objects.
onJvmExit() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
optionallyWildcardFilter(TestListResolver) - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
or(TestListResolver) - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
orderTestClasses(TestsToRun) - Method in class org.apache.maven.surefire.api.util.DefaultRunOrderCalculator
 
orderTestClasses(TestsToRun) - Method in interface org.apache.maven.surefire.api.util.RunOrderCalculator
 
org.apache.maven.surefire.api.booter - package org.apache.maven.surefire.api.booter
 
org.apache.maven.surefire.api.cli - package org.apache.maven.surefire.api.cli
 
org.apache.maven.surefire.api.event - package org.apache.maven.surefire.api.event
 
org.apache.maven.surefire.api.filter - package org.apache.maven.surefire.api.filter
 
org.apache.maven.surefire.api.provider - package org.apache.maven.surefire.api.provider
 
org.apache.maven.surefire.api.report - package org.apache.maven.surefire.api.report
 
org.apache.maven.surefire.api.runorder - package org.apache.maven.surefire.api.runorder
 
org.apache.maven.surefire.api.suite - package org.apache.maven.surefire.api.suite
 
org.apache.maven.surefire.api.testset - package org.apache.maven.surefire.api.testset
 
org.apache.maven.surefire.api.util - package org.apache.maven.surefire.api.util
 
org.apache.maven.surefire.api.util.internal - package org.apache.maven.surefire.api.util.internal
 

P

PARALLEL_OPTIMIZE_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
PARALLEL_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
PARALLEL_TIMEOUT_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
PARALLEL_TIMEOUTFORCED_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
parameterOf(String) - Static method in enum org.apache.maven.surefire.api.booter.Shutdown
 
println(String) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
println(String) - Method in interface org.apache.maven.surefire.api.report.ConsoleStream
 
println(String) - Method in class org.apache.maven.surefire.api.report.DefaultDirectConsoleReporter
 
PrioritizedTest - Class in org.apache.maven.surefire.api.runorder
 
PrioritizedTest(Class<?>, Priority) - Constructor for class org.apache.maven.surefire.api.runorder.PrioritizedTest
 
Priority - Class in org.apache.maven.surefire.api.runorder
 
Priority(String) - Constructor for class org.apache.maven.surefire.api.runorder.Priority
 
ProviderParameterNames - Class in org.apache.maven.surefire.api.booter
 
ProviderParameterNames() - Constructor for class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
ProviderParameters - Interface in org.apache.maven.surefire.api.provider
Injected into the providers upon provider construction.

R

RANDOM - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
ReflectionUtils - Class in org.apache.maven.surefire.api.util
 
reloadClass(ClassLoader, Object) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
remove() - Static method in class org.apache.maven.surefire.api.report.ConsoleOutputReceiverForCurrentThread
 
remove() - Method in class org.apache.maven.surefire.api.util.CloseableIterator
 
reportEntry(String, String, String, String, String, StackTraceWriter, Integer, String, Map<String, String>) - Static method in class org.apache.maven.surefire.api.report.CategorizedReportEntry
 
ReportEntry - Interface in org.apache.maven.surefire.api.report
Describes a single entry for a test report
ReporterConfiguration - Class in org.apache.maven.surefire.api.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.api.report.ReporterConfiguration
 
ReporterException - Exception in org.apache.maven.surefire.api.report
Exception occurring during report generation.
ReporterException(String, Exception) - Constructor for exception org.apache.maven.surefire.api.report.ReporterException
 
ReporterFactory - Interface in org.apache.maven.surefire.api.report
Used by the providers to request (per-thread) run listeners.
ResolvedTest - Class in org.apache.maven.surefire.api.testset
Deprecated.
will be renamed to ResolvedTestPattern
ResolvedTest(String, String, boolean) - Constructor for class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
'*' means zero or more characters
'?' means one and only one character The pattern %regex[] prefix and suffix does not appear.
ResolvedTest(ResolvedTest.Type, String, boolean) - Constructor for class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
The regex pattern is always unwrapped.
ResolvedTest.Type - Enum in org.apache.maven.surefire.api.testset
Deprecated.
Type of patterns in ResolvedTest constructor.
REVERSE_ALPHABETICAL - Static variable in class org.apache.maven.surefire.api.util.RunOrder
 
RunEntryStatistics - Class in org.apache.maven.surefire.api.runorder
 
RunEntryStatistics(int, int, ClassMethod) - Constructor for class org.apache.maven.surefire.api.runorder.RunEntryStatistics
 
RunEntryStatisticsMap - Class in org.apache.maven.surefire.api.runorder
 
RunEntryStatisticsMap() - Constructor for class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
RunListener - Interface in org.apache.maven.surefire.api.report
Used by providers to report results.
RunMode - Enum in org.apache.maven.surefire.api.report
Determines the purpose the provider started the tests.
RunOrder - Class in org.apache.maven.surefire.api.util
A RunOrder specifies the order in which the tests will be run.
RunOrderCalculator - Interface in org.apache.maven.surefire.api.util
 
RunOrderParameters - Class in org.apache.maven.surefire.api.testset
 
RunOrderParameters(RunOrder[], File) - Constructor for class org.apache.maven.surefire.api.testset.RunOrderParameters
 
RunOrderParameters(String, File) - Constructor for class org.apache.maven.surefire.api.testset.RunOrderParameters
 
RunResult - Class in org.apache.maven.surefire.api.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.api.suite.RunResult
 
RunResult(int, int, int, int, int) - Constructor for class org.apache.maven.surefire.api.suite.RunResult
 
RunResult(int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.api.suite.RunResult
 
RunResult(int, int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.api.suite.RunResult
 

S

SafeThrowable - Class in org.apache.maven.surefire.api.report
Guards against misbehaving throwables
SafeThrowable(Throwable) - Constructor for class org.apache.maven.surefire.api.report.SafeThrowable
 
SafeThrowable(String) - Constructor for class org.apache.maven.surefire.api.report.SafeThrowable
 
ScannerFilter - Interface in org.apache.maven.surefire.api.util
 
ScanResult - Interface in org.apache.maven.surefire.api.util
 
sendExitError(StackTraceWriter, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
sendSystemProperties(Map<String, String>) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
serialize(File) - Method in class org.apache.maven.surefire.api.runorder.RunEntryStatisticsMap
 
set(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.api.report.ConsoleOutputReceiverForCurrentThread
 
setClassLoaders(ClassLoader) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setCommandReader(CommandChainReader) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setDirectoryScannerParameters(DirectoryScannerParameters) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setForkedChannelEncoder(MasterProcessChannelEncoder) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setMainCliOptions(List<CommandLineOption>) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
CLI options in plugin (main) JVM process.
setPriority(int) - Method in class org.apache.maven.surefire.api.runorder.Priority
 
setProviderProperties(Map<String, String>) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setReporterConfiguration(ReporterConfiguration) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setReporterFactory(ReporterFactory) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setRunOrderParameters(RunOrderParameters) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setSkipAfterFailureCount(int) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
See the plugin configuration parameter "skipAfterFailureCount".
setSystemExitTimeout(Integer) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setTestArtifactInfo(TestArtifactInfo) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
setTestRequest(TestRequest) - Method in class org.apache.maven.surefire.api.booter.BaseProviderFactory
 
shouldRun(C, M) - Method in interface org.apache.maven.surefire.api.testset.TestFilter
 
shouldRun(Class<?>, String) - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
shouldRun(String, String) - Method in class org.apache.maven.surefire.api.testset.TestListResolver
Returns true if satisfies testClassFile and methodName filter.
Shutdown - Enum in org.apache.maven.surefire.api.booter
Specifies the way how the forked jvm should be terminated after class AbstractCommandStream is closed and CTRL+C.
SimpleReportEntry - Class in org.apache.maven.surefire.api.report
Basic implementation of TestSetReportEntry (immutable and thread-safe object).
SimpleReportEntry(String, String, String, String) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, Integer) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, String) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, StackTraceWriter, Integer, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String, String, StackTraceWriter, Integer, Map<String, String>) - Constructor for class org.apache.maven.surefire.api.report.SimpleReportEntry
 
size() - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
size() - Method in interface org.apache.maven.surefire.api.util.ScanResult
 
SKIP_SINCE_NEXT_TEST - Static variable in class org.apache.maven.surefire.api.booter.Command
 
smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.api.report.LegacyPojoStackTraceWriter
 
smartTrimmedStackTrace() - Method in interface org.apache.maven.surefire.api.report.StackTraceWriter
Get the "smart" trimmed (1-2 lines) stacktrace.
SpecificTestClassFilter - Class in org.apache.maven.surefire.api.filter
Filter for test class files
SpecificTestClassFilter(String[]) - Constructor for class org.apache.maven.surefire.api.filter.SpecificTestClassFilter
 
split(String, String) - Static method in class org.apache.maven.surefire.api.util.internal.StringUtils
 
StackTraceWriter - Interface in org.apache.maven.surefire.api.report
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
StandardStreamErrEvent - Class in org.apache.maven.surefire.api.event
The event of standard error stream.
StandardStreamErrEvent(RunMode, String) - Constructor for class org.apache.maven.surefire.api.event.StandardStreamErrEvent
 
StandardStreamErrWithNewLineEvent - Class in org.apache.maven.surefire.api.event
The event of standard error stream with new line.
StandardStreamErrWithNewLineEvent(RunMode, String) - Constructor for class org.apache.maven.surefire.api.event.StandardStreamErrWithNewLineEvent
 
StandardStreamOutEvent - Class in org.apache.maven.surefire.api.event
The event of standard output stream.
StandardStreamOutEvent(RunMode, String) - Constructor for class org.apache.maven.surefire.api.event.StandardStreamOutEvent
 
StandardStreamOutWithNewLineEvent - Class in org.apache.maven.surefire.api.event
The event of standard output stream with new line.
StandardStreamOutWithNewLineEvent(RunMode, String) - Constructor for class org.apache.maven.surefire.api.event.StandardStreamOutWithNewLineEvent
 
startCapture(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.api.report.ConsoleOutputCapture
 
startsWith(StringBuffer, String) - Static method in class org.apache.maven.surefire.api.util.internal.StringUtils
Determines if buffer starts with specific literal(s).
stdErr(String, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
stdOut(String, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
stopOnNextTest() - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
StringUtils - Class in org.apache.maven.surefire.api.util.internal
Common java.lang.String manipulation routines.
SUCCESS - Static variable in class org.apache.maven.surefire.api.suite.RunResult
 
SurefireProvider - Interface in org.apache.maven.surefire.api.provider
Interface to be implemented by all Surefire providers.
SurefireReflectionException - Exception in org.apache.maven.surefire.api.util
Exception indicating that surefire had problems with reflection.
SurefireReflectionException(Throwable) - Constructor for exception org.apache.maven.surefire.api.util.SurefireReflectionException
Create a SurefireReflectionException with the specified cause.
SystemPropertyEvent - Class in org.apache.maven.surefire.api.event
The event of system property.
SystemPropertyEvent(RunMode, String, String) - Constructor for class org.apache.maven.surefire.api.event.SystemPropertyEvent
 
systemProps() - Static method in class org.apache.maven.surefire.api.util.internal.ObjectUtils
 

T

TEST_SET_FINISHED - Static variable in class org.apache.maven.surefire.api.booter.Command
 
TestArtifactInfo - Class in org.apache.maven.surefire.api.testset
Contains information about the detected test artifact
TestArtifactInfo(String, String) - Constructor for class org.apache.maven.surefire.api.testset.TestArtifactInfo
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testAssumptionFailure(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testAssumptionFailure(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test assumption failure was encountered.
TestAssumptionFailureEvent - Class in org.apache.maven.surefire.api.event
The event for the failed assumption.
TestAssumptionFailureEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestAssumptionFailureEvent
 
TestClassMethodNameUtils - Class in org.apache.maven.surefire.api.util.internal
JUnit Description parser.
testError(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testError(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testError(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test ended with an error (non anticipated problem)
TestErrorEvent - Class in org.apache.maven.surefire.api.event
The event for the erroneous test.
TestErrorEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestErrorEvent
 
testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testExecutionSkippedByUser() - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired skipping an execution of remaining test-set in other fork(s); or does nothing if no forks.
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testFailed(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testFailed(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test ended with a failure (anticipated problem)
TestFailedEvent - Class in org.apache.maven.surefire.api.event
The event for the failed test.
TestFailedEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestFailedEvent
 
TestFilter<C,M> - Interface in org.apache.maven.surefire.api.testset
Generic interface of test filter.
TestListResolver - Class in org.apache.maven.surefire.api.testset
Resolved multi pattern filter e.g.
TestListResolver(Collection<String>) - Constructor for class org.apache.maven.surefire.api.testset.TestListResolver
 
TestListResolver(String) - Constructor for class org.apache.maven.surefire.api.testset.TestListResolver
 
TestListResolver(Collection<String>, Collection<String>) - Constructor for class org.apache.maven.surefire.api.testset.TestListResolver
 
TESTNG_EXCLUDEDGROUPS_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
TESTNG_GROUPS_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
TestRequest - Class in org.apache.maven.surefire.api.testset
Information about the requested test.
TestRequest(List, File, TestListResolver) - Constructor for class org.apache.maven.surefire.api.testset.TestRequest
 
TestRequest(List, File, TestListResolver, int) - Constructor for class org.apache.maven.surefire.api.testset.TestRequest
 
testSetCompleted(TestSetReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testSetCompleted(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testSetCompleted(TestSetReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Indicates end of a given test-set
TestsetCompletedEvent - Class in org.apache.maven.surefire.api.event
The event for completed testset.
TestsetCompletedEvent(RunMode, TestSetReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestsetCompletedEvent
 
TestSetFailedException - Exception in org.apache.maven.surefire.api.testset
Exception that indicates a test failed.
TestSetFailedException(String) - Constructor for exception org.apache.maven.surefire.api.testset.TestSetFailedException
Creates TestSetFailedException with a detail message.
TestSetFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.api.testset.TestSetFailedException
Creates TestSetFailedException with the specified detail message and cause.
TestSetFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.api.testset.TestSetFailedException
Creates TestSetFailedException with the specified cause.
TestSetReportEntry - Interface in org.apache.maven.surefire.api.report
Describes test-set when started and finished.
testSetStarting(TestSetReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testSetStarting(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testSetStarting(TestSetReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Indicates the start of a given test-set
TestsetStartingEvent - Class in org.apache.maven.surefire.api.event
The event for started testset.
TestsetStartingEvent(RunMode, TestSetReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestsetStartingEvent
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testSkipped(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test is skipped
TestSkippedEvent - Class in org.apache.maven.surefire.api.event
The event for the skipped test.
TestSkippedEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestSkippedEvent
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testStarting(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test is about to start
TestStartingEvent - Class in org.apache.maven.surefire.api.event
The event for started test.
TestStartingEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestStartingEvent
 
TestsToRun - Class in org.apache.maven.surefire.api.util
Contains all the tests that have been found according to specified include/exclude specification for a given surefire run.
TestsToRun(Set<Class<?>>) - Constructor for class org.apache.maven.surefire.api.util.TestsToRun
Constructor
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
testSucceeded(ReportEntry, boolean) - Method in interface org.apache.maven.surefire.api.booter.MasterProcessChannelEncoder
 
testSucceeded(ReportEntry) - Method in interface org.apache.maven.surefire.api.report.RunListener
Event fired when a test ended successfully
TestSucceededEvent - Class in org.apache.maven.surefire.api.event
The event for succeeded test.
TestSucceededEvent(RunMode, ReportEntry) - Constructor for class org.apache.maven.surefire.api.event.TestSucceededEvent
 
THREADCOUNT_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
THREADCOUNTCLASSES_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
THREADCOUNTMETHODS_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
THREADCOUNTSUITES_PROP - Static variable in class org.apache.maven.surefire.api.booter.ProviderParameterNames
 
ThreadedExecutionScheduler - Class in org.apache.maven.surefire.api.runorder
 
ThreadedExecutionScheduler(int) - Constructor for class org.apache.maven.surefire.api.runorder.ThreadedExecutionScheduler
 
timeout(RunResult) - Static method in class org.apache.maven.surefire.api.suite.RunResult
 
toClassFileName(Class<?>) - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
toClassFileName(String) - Static method in class org.apache.maven.surefire.api.testset.TestListResolver
 
toRunClass(String) - Static method in class org.apache.maven.surefire.api.booter.Command
 
toShutdown(Shutdown) - Static method in class org.apache.maven.surefire.api.booter.Command
 
toShutdownData() - Method in class org.apache.maven.surefire.api.booter.Command
 
toString() - Method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
toString() - Method in class org.apache.maven.surefire.api.testset.ResolvedTest
Deprecated.
 
toString() - Method in class org.apache.maven.surefire.api.testset.TestListResolver
 
toString() - Method in class org.apache.maven.surefire.api.util.RunOrder
 
toString() - Method in class org.apache.maven.surefire.api.util.TestsToRun
 
tryGetMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 
tryLoadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.api.util.ReflectionUtils
 

U

update(Command) - Method in interface org.apache.maven.surefire.api.provider.CommandListener
 
useNonNull(T, T) - Static method in class org.apache.maven.surefire.api.util.internal.ObjectUtils
 

V

valueOf(String) - Static method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.api.booter.MasterProcessCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.api.booter.Shutdown
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.api.cli.CommandLineOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.api.report.RunMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.api.testset.ResolvedTest.Type
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.maven.surefire.api.util.RunOrder
 
valueOfMulti(String) - Static method in class org.apache.maven.surefire.api.util.RunOrder
Returns the specified RunOrder
values() - Static method in enum org.apache.maven.surefire.api.booter.ForkedProcessEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.surefire.api.booter.MasterProcessCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.surefire.api.booter.Shutdown
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.surefire.api.cli.CommandLineOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.surefire.api.report.RunMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.surefire.api.testset.ResolvedTest.Type
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(String) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
withException(String, String, String, String, StackTraceWriter) - Static method in class org.apache.maven.surefire.api.report.SimpleReportEntry
 
WritableBufferedByteChannel - Interface in org.apache.maven.surefire.api.util.internal
Extends WritableByteChannel with buffered (i.e.
writeBuffered(ByteBuffer) - Method in interface org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel
 
writeTestOutput(String, boolean, boolean) - Method in class org.apache.maven.surefire.api.booter.ForkingRunListener
 
writeTestOutput(String, boolean, boolean) - Method in interface org.apache.maven.surefire.api.report.ConsoleOutputReceiver
Forwards process output from the running test-case into the reporting system
writeTo(Map<String, String>) - Method in class org.apache.maven.surefire.api.util.DefaultScanResult
 
writeTo(Map<String, String>) - Method in interface org.apache.maven.surefire.api.util.ScanResult
 
writeTraceToString() - Method in class org.apache.maven.surefire.api.report.LegacyPojoStackTraceWriter
 
writeTraceToString() - Method in interface org.apache.maven.surefire.api.report.StackTraceWriter
Write the throwable to a string, without trimming.
writeTrimmedTraceToString() - Method in class org.apache.maven.surefire.api.report.LegacyPojoStackTraceWriter
 
writeTrimmedTraceToString() - Method in interface org.apache.maven.surefire.api.report.StackTraceWriter
Write the throwable to a string, trimming extra locations.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.