A B C D E F G H I J L 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
 
addItem(RunEntryStatistics) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
addTest(PrioritizedTest) - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
addWorkItem(String) - Method in class org.apache.maven.surefire.util.LazyTestsToRun
 
advance(int) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
aggregate(RunResult) - Method in class org.apache.maven.surefire.suite.RunResult
 
allowEagerReading() - Method in class org.apache.maven.surefire.util.LazyTestsToRun
 
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
 
append(char) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(byte) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
append(Integer) - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
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
 

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
 
BOOTERCODE_ERROR - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
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_SYSPROPS - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_ASSUMPTIONFAILURE - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_ERROR - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_FAILED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_SKIPPED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_STARTING - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TEST_SUCCEEDED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TESTSET_COMPLETED - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
BOOTERCODE_TESTSET_STARTING - Static variable in class org.apache.maven.surefire.booter.ForkingRunListener
 
ByteBuffer - Class in org.apache.maven.surefire.util.internal
 
ByteBuffer(int) - Constructor for class org.apache.maven.surefire.util.internal.ByteBuffer
 
ByteBuffer(byte[], int, int) - Constructor for class org.apache.maven.surefire.util.internal.ByteBuffer
 

C

cancel() - Method in class org.apache.maven.surefire.providerapi.AbstractProvider
 
cancel() - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Makes an attempt at cancelling the current run, giving the provider a chance to notify reporting that the remaining tests have been cancelled due to timeout.
CategorizedReportEntry - Class in org.apache.maven.surefire.report
 
CategorizedReportEntry(String, String, String) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
 
CategorizedReportEntry(String, String, String, StackTraceWriter, Integer, 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.
comma() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
ConsoleLogger - Interface in org.apache.maven.surefire.report
Allows providers to write console messages on the running maven process.
ConsoleOutputCapture - Class in org.apache.maven.surefire.report
Deals with system.out/err.
ConsoleOutputCapture() - Constructor for class org.apache.maven.surefire.report.ConsoleOutputCapture
 
ConsoleOutputReceiver - Interface in org.apache.maven.surefire.report
A receiver of stdout/sterr output from running tests.
ConsoleOutputReceiverForCurrentThread - Class in org.apache.maven.surefire.report
 
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
 
copy(byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
createBooterConfiguration(ClassLoader, Object, boolean) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createForkingReporterFactory(Boolean, PrintStream) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
createHeader(byte, int) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
 
createNextGeneration(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
createNextGenerationFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
createReporter() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
 
createReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
Creates a reporter.

D

DEFAULT() - Static method in class org.apache.maven.surefire.testset.RunOrderParameters
 
DEFAULT - Static variable in class org.apache.maven.surefire.util.RunOrder
 
DefaultConsoleReporter - Class in org.apache.maven.surefire.report
 
DefaultConsoleReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.DefaultConsoleReporter
 
DefaultDirectConsoleReporter - Class in org.apache.maven.surefire.report
 
DefaultDirectConsoleReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
DefaultDirectoryScanner - Class in org.apache.maven.surefire.util
Scans directories looking for tests.
DefaultDirectoryScanner(File, List, List, List) - Constructor for class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
DefaultRunOrderCalculator - Class in org.apache.maven.surefire.util
Applies the final runorder of the tests
DefaultRunOrderCalculator(RunOrderParameters, int) - Constructor for class org.apache.maven.surefire.util.DefaultRunOrderCalculator
 
DefaultScanResult - Class in org.apache.maven.surefire.util
 
DefaultScanResult(List) - Constructor for class org.apache.maven.surefire.util.DefaultScanResult
 
DirectoryScanner - Interface in org.apache.maven.surefire.util
 
DirectoryScannerParameters - Class in org.apache.maven.surefire.testset
 
DirectoryScannerParameters(File, List, List, List, Boolean, String) - Constructor for class org.apache.maven.surefire.testset.DirectoryScannerParameters
 

E

encode(StringBuffer, StackTraceWriter, boolean) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
 
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
 
escapeJavaStyleString(Writer, String, boolean) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(ByteBuffer, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(PrintStream, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(byte[], int, byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 
escapeJavaStyleString(StringBuffer, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Courtesy of commons-lang StringEscapeUtils, slightly modified, see below
escapeJavaStyleString(PrintStream, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
 

F

FAILEDFIRST - Static variable in class org.apache.maven.surefire.util.RunOrder
 
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(Properties) - 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
 
fromInputStream(InputStream, String) - Static method in class org.apache.maven.surefire.suite.RunResult
 
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
 
fromValues(int, int, Class, String) - Static method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 

G

get() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
getAsString() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
getCause() - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Return the nested cause, or null if none.
getCause() - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Return the nested cause, or null if none.
getClassesSkippedByValidation() - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
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
 
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.util.internal.ByteBuffer
 
getDirectoryScanner() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
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
 
getErrors() - Method in class org.apache.maven.surefire.suite.RunResult
 
getExcludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
The excludes pattern list, as specified on the plugin includes parameter.
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
 
getFiles() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
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
 
getIncludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
The includes pattern list, as specified on the plugin includes parameter.
getlength() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
getLocalizedMessage() - Method in class org.apache.maven.surefire.report.SafeThrowable
 
getLocatedClasses() - Method in class org.apache.maven.surefire.util.TestsToRun
 
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
 
getMessage() - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Return the detail message, including the message from the nested exception if there is one.
getMessage() - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMethod(Object, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getMethod(Class, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
getMinSuccessRate() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
getName() - Method in interface org.apache.maven.surefire.report.ReportEntry
The name of the test case
getName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
getOriginalSystemOut() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The original system out belonging to the (possibly forked) surefire process.
getPriorities(Comparator) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsByFailureFirst(List) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPrioritizedTestsClassRunTime(List, int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
getProviderProperties() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getProviderProperties() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The per-provider specific properties that may come all the way from the plugin's properties setting.
getReporterConfiguration() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getReporterConfiguration() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
The raw parameters used in creating the ReporterManagerFactory
getReporterFactory() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
getReporterFactory() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
Provides features for creating reporting objects
getReportsDirectory() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
getRequestedTest() - Method in class org.apache.maven.surefire.testset.TestRequest
A specific test request issued with -Dtest= from the command line.
getRequestedTestMethod() - Method in class org.apache.maven.surefire.testset.TestRequest
A specific test request method issued with -Dtest=class#method from the command line.
getResult() - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
 
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
 
getRunStatisticsFileName() - 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
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
 
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
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
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
 
getURL(File) - Static method in class org.apache.maven.surefire.util.UrlUtils
 
getVersion() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
 

H

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

I

ignored(String, String, String) - Static method in class org.apache.maven.surefire.report.SimpleReportEntry
 
info(String) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
info(String) - Method in interface org.apache.maven.surefire.report.ConsoleLogger
 
info(String) - Method in class org.apache.maven.surefire.report.DefaultConsoleReporter
 
info(String) - Method in class org.apache.maven.surefire.report.DefaultDirectConsoleReporter
 
instantiate(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateObject(String, Class[], Object[], ClassLoader) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateOneArg(ClassLoader, String, Class, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
instantiateProvider(String, Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
instantiateTwoArgs(ClassLoader, String, Class, Object, Class, Object) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invoke(Object) - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
Runs a forked test
invokeAssertionStatusMethod(ClassLoader, boolean) - Method in class org.apache.maven.surefire.booter.JdkReflector
 
invokeGetter(Object, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
invokeMethodWithArray(Object, Method, Object[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
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
 
isBlank(String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
Checks if a (trimmed) String is null or blank.
isEmpty() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
isErrorFree() - Method in class org.apache.maven.surefire.suite.RunResult
 
isFailIfNoTests() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
Indicates if lack of runable tests should fail the entire build
isFailure() - Method in class org.apache.maven.surefire.suite.RunResult
 
isFailureOrTimeout() - Method in class org.apache.maven.surefire.suite.RunResult
 
isTimeout() - Method in class org.apache.maven.surefire.suite.RunResult
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
Indicates if reporting should trim the stack traces.
iterator() - Method in class org.apache.maven.surefire.util.LazyTestsToRun
 
iterator() - Method in class org.apache.maven.surefire.util.TestsToRun
Returns an iterator over the located java.lang.Class objects

J

JdkReflector - Class in org.apache.maven.surefire.booter
Does reflection based invocation of misc jdk method

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

L

LazyTestsToRun - Class in org.apache.maven.surefire.util
A variant of TestsToRun that is provided with test class names from an InputStream (e.g.
LazyTestsToRun(InputStream, ClassLoader, PrintStream) - Constructor for class org.apache.maven.surefire.util.LazyTestsToRun
C'tor
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
 
loadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in class org.apache.maven.surefire.util.DefaultDirectoryScanner
 
locateTestClasses(ClassLoader, ScannerFilter) - Method in interface org.apache.maven.surefire.util.DirectoryScanner
Locates tests based on scanning directories

N

name() - Method in class org.apache.maven.surefire.util.RunOrder
 
NestedCheckedException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatibility.
NestedCheckedException(String) - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedCheckedException
Construct a NestedCheckedException with the specified detail message and nested exception.
NestedRuntimeException - Exception in org.apache.maven.surefire.util
Copied from Spring framework to keep Java 1.3 compatability.
NestedRuntimeException(String, Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
NestedRuntimeException(Throwable) - Constructor for exception org.apache.maven.surefire.util.NestedRuntimeException
Construct a NestedRuntimeException with the specified nested exception.
newInstance(Constructor, Object[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
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)
nextGeneration(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
nextGenerationFailure(int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
 
NonAbstractClassFilter - Class in org.apache.maven.surefire
 
NonAbstractClassFilter() - Constructor for class org.apache.maven.surefire.NonAbstractClassFilter
 
noTestsRun() - Static method in class org.apache.maven.surefire.suite.RunResult
 

O

orderTestClasses(TestsToRun) - Method in class org.apache.maven.surefire.util.DefaultRunOrderCalculator
 
orderTestClasses(TestsToRun) - Method in interface org.apache.maven.surefire.util.RunOrderCalculator
 
org.apache.maven.plugin.surefire.runorder - package org.apache.maven.plugin.surefire.runorder
 
org.apache.maven.surefire - package org.apache.maven.surefire
 
org.apache.maven.surefire.booter - package org.apache.maven.surefire.booter
 
org.apache.maven.surefire.providerapi - package org.apache.maven.surefire.providerapi
 
org.apache.maven.surefire.report - package org.apache.maven.surefire.report
 
org.apache.maven.surefire.suite - package org.apache.maven.surefire.suite
 
org.apache.maven.surefire.testset - package org.apache.maven.surefire.testset
 
org.apache.maven.surefire.util - package org.apache.maven.surefire.util
 
org.apache.maven.surefire.util.internal - package org.apache.maven.surefire.util.internal
 

P

PARALLEL_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
 
printStackTrace(PrintStream) - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.apache.maven.surefire.util.NestedCheckedException
Print the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintStream) - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.apache.maven.surefire.util.NestedRuntimeException
Print the composite message and the embedded stack trace to the specified writer.
PrioritizedTest - Class in org.apache.maven.plugin.surefire.runorder
 
PrioritizedTest(Class, Priority) - Constructor for class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
 
Priority - Class in org.apache.maven.plugin.surefire.runorder
 
Priority(String) - Constructor for class org.apache.maven.plugin.surefire.runorder.Priority
 
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
 
ReflectionUtils() - Constructor for class org.apache.maven.surefire.util.ReflectionUtils
 
remove() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
 
reportEntry(String, String, String, StackTraceWriter, Integer, String) - Static method in class org.apache.maven.surefire.report.CategorizedReportEntry
 
ReportEntry - Interface in org.apache.maven.surefire.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.
requestNextTest() - Method in class org.apache.maven.surefire.util.LazyTestsToRun
 
REVERSE_ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
 
RunEntryStatistics - Class in org.apache.maven.plugin.surefire.runorder
 
RunEntryStatisticsMap - Class in org.apache.maven.plugin.surefire.runorder
 
RunEntryStatisticsMap(Map) - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
RunEntryStatisticsMap() - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
 
RunListener - Interface in org.apache.maven.surefire.report
Used by providers to report results.
RunOrder - Class in org.apache.maven.surefire.util
A RunOrder specifies the order in which the tests will be run.
RunOrderCalculator - Interface in org.apache.maven.surefire.util
 
RunOrderParameters - Class in org.apache.maven.surefire.testset
 
RunOrderParameters(RunOrder[], File) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
 
RunOrderParameters(String, String) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
 
RunResult - Class in org.apache.maven.surefire.suite
Represents a test-run-result; this may be from a single test run or an aggregated result.
RunResult(int, int, int, int) - Constructor for class org.apache.maven.surefire.suite.RunResult
 
RunResult(int, int, int, int, 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
 
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, ClassLoader) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setClassLoaders(ClassLoader, ClassLoader) - Method in interface org.apache.maven.surefire.booter.SurefireClassLoadersAware
 
setDirectoryScannerParameters(DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setDirectoryScannerParameters(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setIfDirScannerAware(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setPriority(int) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
 
setProviderProperties(Properties) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setProviderPropertiesAware(Object, Properties) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setReporterConfiguration(ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setReporterConfigurationAware(Object, ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setRunOrderParameters(RunOrderParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setRunOrderParameters(Object, RunOrderParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestArtifactInfo(TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setTestArtifactInfoAware(Object, TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestClassLoaderAware(Object, ClassLoader, ClassLoader) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
setTestRequest(TestRequest) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
 
setTestSuiteDefinitionAware(Object, TestRequest) - Method in class org.apache.maven.surefire.booter.SurefireReflector
 
SimpleReportEntry - Class in org.apache.maven.surefire.report
 
SimpleReportEntry(String, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
SimpleReportEntry(String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
 
size() - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
size() - Method in interface org.apache.maven.surefire.util.ScanResult
 
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
 
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
 
StringUtils - Class in org.apache.maven.surefire.util.internal
Common String manipulation routines.
StringUtils() - Constructor for class org.apache.maven.surefire.util.internal.StringUtils
 
SUCCESS - Static variable in class org.apache.maven.surefire.suite.RunResult
 
SurefireClassLoadersAware - Interface in org.apache.maven.surefire.booter
 
SurefireProvider - Interface in org.apache.maven.surefire.providerapi
Interface to be implemented by all Surefire providers.
SurefireReflectionException - Exception in org.apache.maven.surefire.util
Exception indicating that surefire hard problems with reflection.
SurefireReflectionException(Throwable) - Constructor for exception org.apache.maven.surefire.util.SurefireReflectionException
Create a SurefireReflectionException with the specified cause.
SurefireReflector - Class in org.apache.maven.surefire.booter
Does reflection based invocation of the surefire methods.
SurefireReflector(ClassLoader) - Constructor for class org.apache.maven.surefire.booter.SurefireReflector
 

T

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.
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)
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)
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, String) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
TestRequest(List, File, String, String) - Constructor for class org.apache.maven.surefire.testset.TestRequest
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSetCompleted(ReportEntry) - Method in 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
Create a TestFailedException with a detail message.
TestSetFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with the specified detail message and cause.
TestSetFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
Create a TestFailedException with the specified cause.
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSetStarting(ReportEntry) - Method in 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(List) - Constructor for class org.apache.maven.surefire.util.TestsToRun
Constructor
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
 
testSucceeded(ReportEntry) - Method in 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
 
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
 
toString() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
 
toString() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
 
toString() - Method in class org.apache.maven.surefire.util.LazyTestsToRun
 
toString() - Method in class org.apache.maven.surefire.util.RunOrder
 
toString() - Method in class org.apache.maven.surefire.util.TestsToRun
 
tryGetMethod(Class, String, Class[]) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 
tryLoadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
 

U

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

V

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

W

withException(String, String, StackTraceWriter) - Static method in class org.apache.maven.surefire.report.SimpleReportEntry
 
writeSummary(File, boolean, String) - Method in class org.apache.maven.surefire.suite.RunResult
 
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(Properties) - Method in class org.apache.maven.surefire.util.DefaultScanResult
 
writeTo(Properties) - 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 J L N O P R S T U V W

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