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

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
 
accept(Class) - Method in class org.apache.maven.surefire.NonAbstractClassFilter
 
accept(Class) - Method in class org.apache.maven.surefire.SpecificTestClassFilter
 
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
 
addByeAckListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addItem(RunEntryStatistics) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
addListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addNoopListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addShutdownListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addSkipNextTestsListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addTest(PrioritizedTest) - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
addTestListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
addTestsFinishedListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
aggregate(RunResult) - Method in class org.apache.maven.surefire.suite.RunResult
 
allowEagerReading() - Method in class org.apache.maven.surefire.util.TestsToRun
 
alphabetical() - Static method in class org.apache.maven.surefire.testset.RunOrderParameters
 
ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
 
and(TestListResolver) - Method in class org.apache.maven.surefire.testset.TestListResolver
 
append(DefaultScanResult) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
applyFilter(ScannerFilter, ClassLoader) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
applyFilter(ScannerFilter, ClassLoader) - Method in interface org.apache.maven.surefire.util.ScanResult
 
asString(RunOrder[]) - Static method in class org.apache.maven.surefire.util.RunOrder
 
assumption(String, String, String) - Static method in class org.apache.maven.surefire.report.SimpleReportEntry
 
awaitStarted() - Method in class org.apache.maven.surefire.booter.CommandReader
 

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
 
BOOTERCODE_BYE - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_CONSOLE - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
INFO logger
BOOTERCODE_DEBUG - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
DEBUG logger
BOOTERCODE_ERROR - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
ERROR logger
BOOTERCODE_NEXT_TEST - 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_STOP_ON_NEXT_TEST - 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
 
BOOTERCODE_WARNING - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
WARNING logger
BYE_ACK - Static variable in class org.apache.maven.surefire.booter.Command
 

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
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer, String) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
close() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
close() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Closes the factory, freeing resources allocated in the factory.
CloseableIterator<T> - Class in org.apache.maven.surefire.util
This iterator is marked as stopped if CloseableIterator.isClosed() returns true.
CloseableIterator() - Constructor for class org.apache.maven.surefire.util.CloseableIterator
 
Command - Class in org.apache.maven.surefire.booter
Encapsulates data and command sent from master to forked process.
Command(MasterProcessCommand, String) - Constructor for class org.apache.maven.surefire.booter.Command
 
Command(MasterProcessCommand) - Constructor for class org.apache.maven.surefire.booter.Command
 
CommandLineOption - Enum in org.apache.maven.surefire.cli
CLI options.
CommandListener - Interface in org.apache.maven.surefire.booter
Command listener interface.
CommandReader - Class in org.apache.maven.surefire.booter
Reader of commands coming from plugin(master) process.
ConcurrencyUtils - Class in org.apache.maven.surefire.util.internal
Concurrency utilities.
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
 
ConsoleStream - Interface in org.apache.maven.surefire.report
Delegates to System.out.
containsAtLeast(int) - Method in class org.apache.maven.surefire.util.TestsToRun
 
containsExactly(int) - Method in class org.apache.maven.surefire.util.TestsToRun
 
convertIfRunResult(Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
countDownToZero(AtomicInteger) - Static method in class org.apache.maven.surefire.util.internal.ConcurrencyUtils
Decreases counter to zero, or does not change the counter if negative.
createBooterConfiguration(ClassLoader, Object, boolean) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createConsoleLogger(ConsoleLogger) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createConsoleLogger(ConsoleLogger, ClassLoader) - Static method in class org.apache.maven.surefire.booter.SurefireReflector
 
createHeader(byte, int) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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

DaemonThreadFactory - Class in org.apache.maven.surefire.util.internal
Creates new daemon Thread.
debug(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
decode(DataInputStream) - Static method in enum org.apache.maven.surefire.booter.MasterProcessCommand
 
DEFAULT - Static variable in class org.apache.maven.surefire.util.RunOrder
 
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
Deprecated.
DefaultDirectoryScanner(File, List<String>, List<String>, List<String>) - Constructor for class org.apache.maven.surefire.util.DefaultDirectoryScanner
Deprecated.
 
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
 
DefaultScanResult - Class in org.apache.maven.surefire.util
 
DefaultScanResult(List<String>) - Constructor for class org.apache.maven.surefire.util.DefaultScanResult
 
DirectoryScanner - Interface in org.apache.maven.surefire.util
Deprecated.
DirectoryScannerParameters - Class in org.apache.maven.surefire.testset
 
DirectoryScannerParameters(File, List<String>, List<String>, List<String>, boolean, String) - Constructor for class org.apache.maven.surefire.testset.DirectoryScannerParameters
 
doHasNext() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
doNext() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
doRemove() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
DUMP_FILE_EXT - Static variable in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
DumpErrorSingleton - Class in org.apache.maven.surefire.booter
Dumps lost commands and caused exceptions in forked JVM.
dumpException(Throwable, String) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpException(Throwable) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpException(Throwable, File) - Static method in class org.apache.maven.surefire.util.internal.DumpFileUtils
 
dumpException(Throwable, String, File) - Static method in class org.apache.maven.surefire.util.internal.DumpFileUtils
 
DumpFileUtils - Class in org.apache.maven.surefire.util.internal
Dumps a text or exception in dump file.
DUMPSTREAM_FILE_EXT - Static variable in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpStreamException(Throwable, String) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpStreamException(Throwable) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpStreamText(String) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpText(String) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
dumpText(String, File) - Static method in class org.apache.maven.surefire.util.internal.DumpFileUtils
 

E

encode(StringBuilder, StackTraceWriter, boolean) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
 
encode(String) - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
 
encode() - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
 
encodeStringForForkCommunication(String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
entrySet() - Method in class org.apache.maven.surefire.util.internal.ImmutableMap
 
equals(Object) - Method in class org.apache.maven.surefire.booter.Command
 
equals(Object) - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
equals(Object) - Method in class org.apache.maven.surefire.suite.RunResult
 
equals(Object) - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
equals(Object) - Method in class org.apache.maven.surefire.testset.TestListResolver
 
error(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
error(String, Throwable) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
error(Throwable) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
escapeBytesToPrintable(byte[], byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Escapes the bytes in the array input to contain only 'printable' bytes.
escapeToPrintable(StringBuilder, CharSequence) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Escape the specified string to a representation that only consists of nicely printable characters, without any newlines and without a comma.
extractClassName(String) - Static method in class org.apache.maven.surefire.util.internal.TestClassMethodNameUtils
 
extractMethodName(String) - Static method in class org.apache.maven.surefire.util.internal.TestClassMethodNameUtils
 

F

FAILEDFIRST - Static variable in class org.apache.maven.surefire.util.RunOrder
 
failure(RunResult, Exception) - Static method in class org.apache.maven.surefire.suite.RunResult
 
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, boolean) - Constructor for class org.apache.maven.surefire.booter.ForkingRunListener
 
from(Map<String, String>) - Static method in class org.apache.maven.surefire.util.DefaultScanResult
 
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
 
fromStrings(Collection<String>) - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
 
fromValues(int, int, Class, String) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 

G

GenericTestPattern<P,C,M> - Interface in org.apache.maven.surefire.testset
Resolves string test patterns in object oriented patterns P.
get() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
getArray() - Method in class org.apache.maven.surefire.util.internal.StringUtils.EncodedArray
 
getClassByName(String) - Method in class org.apache.maven.surefire.util.TestsToRun
Get test class which matches className
getClasses() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in interface org.apache.maven.surefire.util.ScanResult
 
getClassifier() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
 
getClassName() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
getClassName(int) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
getClassName(int) - Method in interface org.apache.maven.surefire.util.ScanResult
 
getClazz() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
getCommandType() - Method in class org.apache.maven.surefire.booter.Command
 
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.
getConstructor(Class<?>, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getData() - Method in class org.apache.maven.surefire.booter.Command
 
getDataType() - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
 
getDirectoryScanner() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
Deprecated.
getDirectoryScanner() - Method in interface org.apache.maven.surefire.providerapi.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.booter.BaseProviderFactory
 
getDirectoryScannerParameters() - Method in interface org.apache.maven.surefire.providerapi.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.report.ReportEntry
Gets the runtime for the item.
getElapsed() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getEmptyTestListResolver() - Static method in class org.apache.maven.surefire.testset.TestListResolver
 
getErrors() - Method in class org.apache.maven.surefire.suite.RunResult
 
getExcludedPatterns() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
 
getExcludedPatterns() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
getExcludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Deprecated.
getFailsafeCode() - Method in class org.apache.maven.surefire.suite.RunResult
 
getFailure() - Method in class org.apache.maven.surefire.suite.RunResult
 
getFailures() - Method in class org.apache.maven.surefire.suite.RunResult
 
getFlakes() - Method in class org.apache.maven.surefire.suite.RunResult
 
getGroup() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
getGroup() - Method in interface org.apache.maven.surefire.report.ReportEntry
The group/category of the testcase
getGroup() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getId() - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
 
getIncludedPatterns() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
 
getIncludedPatterns() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
getIncludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Deprecated.
getLocalizedMessage() - Method in class org.apache.maven.surefire.report.SafeThrowable
 
getLocatedClasses() - Method in class org.apache.maven.surefire.util.TestsToRun
 
getMainCliOptions() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getMainCliOptions() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
 
getMessage() - Method in interface org.apache.maven.surefire.report.ReportEntry
A message relating to a non-successful termination.
getMessage() - Method in class org.apache.maven.surefire.report.SafeThrowable
 
getMessage() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
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
The name of the test case
getName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getNameWithGroup() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
getNameWithGroup() - Method in interface org.apache.maven.surefire.report.ReportEntry
A name of the test case together with the group or category (if any exists).
getNameWithGroup() - 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.
getParam() - Method in enum org.apache.maven.surefire.booter.Shutdown
 
getPluginParameterTest() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
 
getPluginParameterTest() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
getPrioritizedTestsByFailureFirst(List<Class<?>>) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsClassRunTime(List<Class<?>>, 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.
getReader() - Static method in class org.apache.maven.surefire.booter.CommandReader
 
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
getReportsDirectory() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
getRerunFailingTestsCount() - Method in class org.apache.maven.surefire.testset.TestRequest
How many times to rerun failing tests, issued with -Dsurefire.rerunFailingTestsCount from the command line.
getResult() - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
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.
getRunStatisticsFile() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
 
getRunTime() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
getScanResult() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getScanResult() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Provides the result of the directory scan performed in the plugin
getShutdown() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getShutdown() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
 
getSingleton() - Static method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
getSize() - Method in class org.apache.maven.surefire.util.internal.StringUtils.EncodedArray
 
getSkipAfterFailureCount() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getSkipAfterFailureCount() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
 
getSkipped() - Method in class org.apache.maven.surefire.suite.RunResult
 
getSourceName() - Method in interface org.apache.maven.surefire.report.ReportEntry
The class name of the test
getSourceName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getSpecificTests() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Deprecated.
getStackTraceWriter() - Method in interface org.apache.maven.surefire.report.ReportEntry
The group/category of the testcase
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
getSystemExitTimeout() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getSystemExitTimeout() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
 
getSystemProperties() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getSystemProperties() - Method in interface org.apache.maven.surefire.report.TestSetReportEntry
 
getTarget() - Method in class org.apache.maven.surefire.report.SafeThrowable
 
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
getTestClassPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
Test class file pattern, e.g.
getTestListResolver() - Method in class org.apache.maven.surefire.testset.TestRequest
A specific test request issued with -Dtest= from the command line.
getTestMethodPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
Test method, e.g.
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.
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.LegacyPojoStackTraceWriter
 
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
 
getVersion() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
 
getWildcard() - Static method in class org.apache.maven.surefire.testset.TestListResolver
 

H

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

I

ignored(String, String, String) - Static method in class org.apache.maven.surefire.report.SimpleReportEntry
 
ImmutableMap<K,V> - Class in org.apache.maven.surefire.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.util.internal.ImmutableMap
 
info(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
init(String, ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.DumpErrorSingleton
 
instantiate(ClassLoader, String, Class<T>) - 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
invokeGetter(Object, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeGetter(Class<?>, Object, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeMethodChain(Class<?>[], String[], Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
Method chain invoker.
invokeMethodWithArray(Object, Method, Object...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeMethodWithArray2(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
 
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
Invoker of public static no-argument method.
isBlank(String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Checks if a (trimmed) String is null or blank.
isClosed() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
isDebugEnabled() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
isDefaultShutdown() - Method in enum org.apache.maven.surefire.booter.Shutdown
 
isEmpty() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
 
isEmpty() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
isEmpty() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
isEmpty() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
isErrorEnabled() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
isErrorFree() - Method in class org.apache.maven.surefire.suite.RunResult
 
isExit() - Method in enum org.apache.maven.surefire.booter.Shutdown
 
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
 
isFinished() - Method in class org.apache.maven.surefire.util.TestsToRun
 
isInfoEnabled() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
isInsideFork() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
isInsideFork() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
 
isInternalError() - Method in class org.apache.maven.surefire.suite.RunResult
 
isKill() - Method in enum org.apache.maven.surefire.booter.Shutdown
 
isKnown(String) - Static method in enum org.apache.maven.surefire.booter.Shutdown
 
isNotBlank(String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Checks if a (trimmed) String is not null and not blank.
isNull(Object) - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 
ISO_8859_1 - Static variable in class org.apache.maven.surefire.util.internal.StringUtils
 
isRegexTestClassPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
isRegexTestMethodPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
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.
isType(MasterProcessCommand) - Method in class org.apache.maven.surefire.booter.Command
 
isWarnEnabled() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
isWildcard() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
iterated() - Method in class org.apache.maven.surefire.util.TestsToRun
 
iterator() - Method in class org.apache.maven.surefire.util.TestsToRun
Returns an iterator over the located java.lang.Class objects

L

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

M

markTestSetFinished() - Method in class org.apache.maven.surefire.util.TestsToRun
 
MasterProcessCommand - Enum in org.apache.maven.surefire.booter
Commands which are sent from plugin to the forked jvm.
matchAsExclusive(String, String) - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
matchAsInclusive(String, String) - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 

N

name() - Method in class org.apache.maven.surefire.util.RunOrder
 
newDaemonThread(Runnable) - Static method in class org.apache.maven.surefire.util.internal.DaemonThreadFactory
 
newDaemonThread(Runnable, String) - Static method in class org.apache.maven.surefire.util.internal.DaemonThreadFactory
 
newDaemonThreadFactory() - Static method in class org.apache.maven.surefire.util.internal.DaemonThreadFactory
Should be used by thread pools.
newDaemonThreadFactory(String) - Static method in class org.apache.maven.surefire.util.internal.DaemonThreadFactory
 
newDumpFile(String, ReporterConfiguration) - Static method in class org.apache.maven.surefire.util.internal.DumpFileUtils
New dump file.
newFormattedDateFileName() - Static method in class org.apache.maven.surefire.util.internal.DumpFileUtils
 
newInstance(Constructor, Object...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
newTestClassPriority(String) - Static method in class org.apache.maven.plugin.surefire.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.testset.TestListResolver
 
newThread(Runnable) - Method in class org.apache.maven.surefire.util.internal.DaemonThreadFactory
 
next() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
nextGeneration(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
nextGenerationFailure(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
NL - Static variable in class org.apache.maven.surefire.util.internal.StringUtils
 
NonAbstractClassFilter - Class in org.apache.maven.surefire
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.NonAbstractClassFilter
 
nonNull(Object) - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 
NOOP - Static variable in class org.apache.maven.surefire.booter.Command
 
noTestsRun() - Static method in class org.apache.maven.surefire.suite.RunResult
 

O

ObjectUtils - Class in org.apache.maven.surefire.util.internal
Similar to Java 7 java.util.Objects.
optionallyWildcardFilter(TestListResolver) - Static method in class org.apache.maven.surefire.testset.TestListResolver
 
or(TestListResolver) - Method in class org.apache.maven.surefire.testset.TestListResolver
 
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.cli - package org.apache.maven.surefire.cli
 
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

PARALLEL_OPTIMIZE_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
PARALLEL_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
PARALLEL_TIMEOUT_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
PARALLEL_TIMEOUTFORCED_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
parameterOf(String) - Static method in enum org.apache.maven.surefire.booter.Shutdown
 
println(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
println(byte[], int, int) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
println(String) - Method in interface org.apache.maven.surefire.report.ConsoleStream
 
println(byte[], int, int) - Method in interface org.apache.maven.surefire.report.ConsoleStream
 
println(String) - Method in class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
println(byte[], int, int) - Method in class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
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
 
ProviderParameterNames - Class in org.apache.maven.surefire.booter
 
ProviderParameterNames() - Constructor for class org.apache.maven.surefire.booter.ProviderParameterNames
 
ProviderParameters - Interface in org.apache.maven.surefire.providerapi
Injected into the providers upon provider construction.

R

RANDOM - Static variable in class org.apache.maven.surefire.util.RunOrder
 
ReflectionUtils - Class in org.apache.maven.surefire.util
 
remove() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
remove() - Method in class org.apache.maven.surefire.util.CloseableIterator
 
removeListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
 
reportEntry(String, String, String, StackTraceWriter, Integer, String, Map<String, String>) - Static method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
ReportEntry - Interface in org.apache.maven.surefire.report
Describes a single entry for a test report
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
Used by the providers to request (per-thread) run listeners.
requireNonNull(T, String) - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 
requireNonNull(T) - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 
ResolvedTest - Class in org.apache.maven.surefire.testset
Deprecated.
will be renamed to ResolvedTestPattern
ResolvedTest(String, String, boolean) - Constructor for class org.apache.maven.surefire.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.testset.ResolvedTest
Deprecated.
The regex pattern is always unwrapped.
ResolvedTest.Type - Enum in org.apache.maven.surefire.testset
Deprecated.
Type of patterns in ResolvedTest constructor.
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<String, RunEntryStatistics>) - 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, File) - 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, int) - Constructor for class org.apache.maven.surefire.suite.RunResult
 
RunResult(int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.suite.RunResult
 
RunResult(int, int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.suite.RunResult
 

S

SafeThrowable - Class in org.apache.maven.surefire.report
Guards against misbehaving throwables
SafeThrowable(Throwable) - Constructor for class org.apache.maven.surefire.report.SafeThrowable
 
SafeThrowable(String) - Constructor for class org.apache.maven.surefire.report.SafeThrowable
 
ScannerFilter - Interface in org.apache.maven.surefire.util
 
ScanResult - 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) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
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
 
setLogger(ConsoleLogger) - Method in class org.apache.maven.surefire.booter.CommandReader
 
setMainCliOptions(List<CommandLineOption>) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setMainCliOptions(Object, List<CommandLineOption>) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setPriority(int) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
setProviderProperties(Map<String, String>) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setProviderPropertiesAware(Object, Map<String, String>) - 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
 
setShutdown(Shutdown) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setShutdown(Shutdown) - Method in class org.apache.maven.surefire.booter.CommandReader
 
setShutdown(Shutdown) - Method in interface org.apache.maven.surefire.booter.ShutdownAware
 
setShutdown(Object, Shutdown) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setSkipAfterFailureCount(int) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setSkipAfterFailureCount(Object, int) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setSystemExitTimeout(Integer) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setSystemExitTimeout(Object, Integer) - 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) - 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
 
shouldRun(C, M) - Method in interface org.apache.maven.surefire.testset.TestFilter
 
shouldRun(Class<?>, String) - Method in class org.apache.maven.surefire.testset.TestListResolver
 
shouldRun(String, String) - Method in class org.apache.maven.surefire.testset.TestListResolver
Returns true if satisfies testClassFile and methodName filter.
Shutdown - Enum in org.apache.maven.surefire.booter
Specifies the way how the forked jvm should be terminated after class AbstractCommandStream is closed and CTRL+C.
ShutdownAware - Interface in org.apache.maven.surefire.booter
See the plugin configuration parameter shutdown.
SimpleReportEntry - Class in org.apache.maven.surefire.report
 
SimpleReportEntry() - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer, String, Map<String, String>) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer, Map<String, String>) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
size() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
size() - Method in interface org.apache.maven.surefire.util.ScanResult
 
SKIP_SINCE_NEXT_TEST - Static variable in class org.apache.maven.surefire.booter.Command
 
smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.report.LegacyPojoStackTraceWriter
 
smartTrimmedStackTrace() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
Get the "smart" trimmed (1-2 lines) stacktrace.
SpecificTestClassFilter - Class in org.apache.maven.surefire
Filter for test class files
SpecificTestClassFilter(String[]) - Constructor for class org.apache.maven.surefire.SpecificTestClassFilter
 
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
 
startsWith(StringBuffer, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Determines if buffer starts with specific literal(s).
stop() - Method in class org.apache.maven.surefire.booter.CommandReader
 
StringUtils - Class in org.apache.maven.surefire.util.internal
Common java.lang.String manipulation routines.
StringUtils.EncodedArray - Class in org.apache.maven.surefire.util.internal
Escaped string to byte array with offset 0 and certain length.
SUCCESS - Static variable in class org.apache.maven.surefire.suite.RunResult
 
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 had 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
 
systemProps() - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 

T

TEST_SET_FINISHED - Static variable in class org.apache.maven.surefire.booter.Command
 
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 interface org.apache.maven.surefire.report.RunListener
Event fired when a test assumption failure was encountered.
TestClassMethodNameUtils - Class in org.apache.maven.surefire.util.internal
JUnit Description parser.
testError(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testError(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended with an error (non anticipated problem)
testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testExecutionSkippedByUser() - Method in interface org.apache.maven.surefire.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.booter.ForkingRunListener
 
testFailed(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended with a failure (anticipated problem)
TestFilter<C,M> - Interface in org.apache.maven.surefire.testset
Generic interface of test filter.
TestListResolver - Class in org.apache.maven.surefire.testset
Resolved multi pattern filter e.g.
TestListResolver(Collection<String>) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
 
TestListResolver(String) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
 
TestListResolver(Collection<String>, Collection<String>) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
 
TESTNG_EXCLUDEDGROUPS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
TESTNG_GROUPS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
TestRequest - Class in org.apache.maven.surefire.testset
Information about the requested test.
TestRequest(List, File, TestListResolver) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
TestRequest(List, File, TestListResolver, int) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
testSetCompleted(TestSetReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSetCompleted(TestSetReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Indicates end of a given test-set
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
Creates TestSetFailedException with a detail message.
TestSetFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Creates TestSetFailedException with the specified detail message and cause.
TestSetFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Creates TestSetFailedException with the specified cause.
TestSetReportEntry - Interface in org.apache.maven.surefire.report
Describes test-set when started and finished.
testSetStarting(TestSetReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSetStarting(TestSetReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Indicates the start of a given test-set
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test is skipped
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
Event fired when a test is about to start
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(Set<Class<?>>) - 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 interface org.apache.maven.surefire.report.RunListener
Event fired when a test ended successfully
THREADCOUNT_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
THREADCOUNTCLASSES_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
THREADCOUNTMETHODS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
THREADCOUNTSUITES_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
ThreadedExecutionScheduler - Class in org.apache.maven.plugin.surefire.runorder
 
ThreadedExecutionScheduler(int) - Constructor for class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
timeout(RunResult) - Static method in class org.apache.maven.surefire.suite.RunResult
 
toClassFileName(Class<?>) - Static method in class org.apache.maven.surefire.testset.TestListResolver
 
toClassFileName(String) - Static method in class org.apache.maven.surefire.testset.TestListResolver
 
toRunClass(String) - Static method in class org.apache.maven.surefire.booter.Command
 
toShutdown(Shutdown) - Static method in class org.apache.maven.surefire.booter.Command
 
toShutdownData() - Method in class org.apache.maven.surefire.booter.Command
 
toString() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
toString() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
toString() - Method in class org.apache.maven.surefire.testset.ResolvedTest
Deprecated.
 
toString() - Method in class org.apache.maven.surefire.testset.TestListResolver
 
toString() - Method in class org.apache.maven.surefire.util.RunOrder
 
toString() - Method in class org.apache.maven.surefire.util.TestsToRun
 
toStrings(Collection<CommandLineOption>) - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
 
toURL(File) - Static method in class org.apache.maven.surefire.util.internal.UrlUtils
 
tryGetMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
tryLoadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 

U

unescapeBytes(String, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
unescapeString(StringBuilder, CharSequence) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
update(Command) - Method in interface org.apache.maven.surefire.booter.CommandListener
 
UrlUtils - Class in org.apache.maven.surefire.util.internal
Utility for dealing with URLs in pre-JDK 1.4.
US_ASCII - Static variable in class org.apache.maven.surefire.util.internal.StringUtils
TODO Use JDK7 StandardCharsets
useNonNull(T, T) - Static method in class org.apache.maven.surefire.util.internal.ObjectUtils
 
UTF_8 - Static variable in class org.apache.maven.surefire.util.internal.StringUtils
 

V

valueOf(String) - Static method in enum org.apache.maven.surefire.booter.MasterProcessCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.booter.Shutdown
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.surefire.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.util.RunOrder
 
valueOfMulti(String) - Static method in class org.apache.maven.surefire.util.RunOrder
Returns the specified RunOrder
values() - Static method in enum org.apache.maven.surefire.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.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.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.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.booter.ForkingRunListener
 
withException(String, String, StackTraceWriter) - Static method in class org.apache.maven.surefire.report.SimpleReportEntry
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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
writeTo(Map<String, String>) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
writeTo(Map<String, String>) - Method in interface org.apache.maven.surefire.util.ScanResult
 
writeTraceToString() - Method in class org.apache.maven.surefire.report.LegacyPojoStackTraceWriter
 
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.LegacyPojoStackTraceWriter
 
writeTrimmedTraceToString() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
Write the throwable to a string, trimming extra locations.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

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