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

A

AbstractSurefireMojo - Class in org.apache.maven.plugin.surefire
Abstract base class for running tests using Surefire.
AbstractSurefireMojo() - Constructor for class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
AbstractSurefireMojo.DynamicProviderInfo - Class in org.apache.maven.plugin.surefire
Provides the Provider information for manually configured providers
accept(String) - Method in class org.apache.maven.plugin.surefire.util.SpecificFileFilter
 
add(boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(int) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(double) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Map<?, ?>) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(ArtifactRepository) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(List<?>) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Object[]) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Artifact) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(Boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
add(TestSetStats) - Method in class org.apache.maven.surefire.report.RunStatistics
 
addAttribute(String, String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
addFailure(String, String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
addList(List, String) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
addListener(TestSetRunListener) - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
addPluginSpecificChecksumItems(ChecksumCalculator) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
addProviderProperties() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
addProviderProperties() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
addProviderToClasspath(Map<String, Artifact>, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
addTestMethodStats() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
argLine - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Arbitrary JVM options to set on the command line.
artifactFactory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Creates the artifact.
artifactResolver - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Resolves the artifacts needed.

B

basedir - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The base directory of the project being tested.
BRIEF - Static variable in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
BRIEF_REPORT_FORMAT - Static variable in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 

C

characters(char[], int, int) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
ChecksumCalculator - Class in org.apache.maven.plugin.surefire.booterclient
 
ChecksumCalculator() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
childDelegation - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
When false it makes tests run using the standard classloader delegation instead of the default Maven isolated classloader.
classesDirectory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The directory containing generated classes of the project being tested.
ClasspathCache - Class in org.apache.maven.plugin.surefire
 
ClasspathCache() - Constructor for class org.apache.maven.plugin.surefire.ClasspathCache
 
cleanTestHistoryMap() - Method in class org.apache.maven.plugin.surefire.report.StatelessXmlReporter
Clean testClassMethodRunHistoryMap
cleanupForkConfiguration(ForkConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
clear() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
clearCapture() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
close() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
 
close(boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
close() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer
 
close() - Method in class org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
 
close() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
close() - Method in class org.apache.maven.plugin.surefire.report.DirectConsoleOutput
 
close() - Method in interface org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
 
close() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
CommonReflector - Class in org.apache.maven.plugin.surefire
 
CommonReflector(ClassLoader) - Constructor for class org.apache.maven.plugin.surefire.CommonReflector
 
computePercentage(int, int, int, int) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
CONSOLE_OUTPUT - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
ConsoleOutputFileReporter - Class in org.apache.maven.plugin.surefire.report
Surefire output consumer proxy that writes test output to a File for each test suite.
ConsoleOutputFileReporter(File, String) - Constructor for class org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
 
ConsoleReporter - Class in org.apache.maven.plugin.surefire.report
Base class for console reporters.
ConsoleReporter(PrintStream) - Constructor for class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
consumeLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
consumeLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer
 
consumeMultiLineContent(String) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
convertWithCoreCount(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
copyProperties(Properties, Map<String, String>) - Static method in class org.apache.maven.plugin.surefire.SurefireProperties
 
copyPropertiesFrom(Properties) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
copyTo(Map) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
copyToSystemProperties() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
createCommandLine(List<String>, StartupConfiguration, int) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
createCopyAndReplaceForkNumPlaceholder(SurefireProperties, int) - Static method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createForkStarter(ProviderInfo, ForkConfiguration, ClassLoaderConfiguration, RunOrderParameters, Log) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createInprocessStarter(ProviderInfo, ClassLoaderConfiguration, RunOrderParameters) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createProviders() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createReporter() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
createReportingReporterFactory(StartupReportConfiguration) - Method in class org.apache.maven.plugin.surefire.CommonReflector
 
createTestSetRunListener() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 

D

defaultNoXml() - Static method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
defaultNoXml() - Static method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
DefaultReporterFactory - Class in org.apache.maven.plugin.surefire.report
Provides reporting modules on the plugin side.
DefaultReporterFactory(StartupReportConfiguration) - Constructor for class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
defaultValue() - Static method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
DependencyScanner - Class in org.apache.maven.plugin.surefire.util
Scans dependencies looking for tests.
DependencyScanner(List<File>, List<String>, List<String>, List<String>) - Constructor for class org.apache.maven.plugin.surefire.util.DependencyScanner
 
DeserializedStacktraceWriter - Class in org.apache.maven.plugin.surefire.booterclient.output
Represents a deserialize stacktracewriter that has been marshalled across to the plugin from the fork.
DeserializedStacktraceWriter(String, String, String) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
DirectConsoleOutput - Class in org.apache.maven.plugin.surefire.report
Outputs test system out/system err directly to the console

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

DirectConsoleOutput(PrintStream, PrintStream) - Constructor for class org.apache.maven.plugin.surefire.report.DirectConsoleOutput
 
DirectoryScanner - Class in org.apache.maven.plugin.surefire.util
Scans directories looking for tests.
DirectoryScanner(File, List<String>, List<String>, List<String>) - Constructor for class org.apache.maven.plugin.surefire.util.DirectoryScanner
 
disableXmlReport - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Flag to disable the generation of report files in xml format.
drawNumber() - Static method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
 
drawNumberInternal() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
 

E

effectiveIsEnableAssertions() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
elapsedTimeAsString(long) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
elapsedTimeAsString() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
enableAssertions - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
By default, Surefire enables JVM assertions for the execution of your test cases.
endElement() - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
endElement(String, String, String) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
endOfLine() - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
environmentVariables - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Additional environment variables to set on the command line.
excludedGroups - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(TestNG/JUnit47 provider with JUnit4.8+ only) Excluded groups.
excludes - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
A list of <exclude> elements specifying the tests (by pattern) that should be excluded in testing.
excludes - Variable in class org.apache.maven.plugin.surefire.util.DependencyScanner
 
excludesFile - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
A file containing exclude patterns.
execute() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
execute() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline
 
executeAfterPreconditionsChecked(DefaultScanResult) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

F

failIfNoTests - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Set this to "true" to cause a failure if there are no tests to run.
FileReporter - Class in org.apache.maven.plugin.surefire.report
Base class for file reporters.
FileReporter(File, String) - Constructor for class org.apache.maven.plugin.surefire.report.FileReporter
 
FileReporterUtils - Class in org.apache.maven.plugin.surefire.report
Utils class for file-based reporters
FileReporterUtils() - Constructor for class org.apache.maven.plugin.surefire.report.FileReporterUtils
 
filter(List<Artifact>, List<String>) - Static method in class org.apache.maven.plugin.surefire.util.DependencyScanner
 
flush() - Method in interface org.apache.maven.plugin.surefire.booterclient.lazytestprovider.FlushReceiver
Performs a flush, releasing any buffered resources.
FlushReceiver - Interface in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Something that can be flushed.
FlushReceiverProvider - Interface in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Provides a FlushReceiver.
FORK_ALWAYS - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
FORK_NEVER - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
FORK_NUMBER_PLACEHOLDER - Static variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The placeholder that is replaced by the executing fork's running number.
FORK_ONCE - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
FORK_PERTHREAD - Static variable in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
ForkClient - Class in org.apache.maven.plugin.surefire.booterclient.output
Knows how to reconstruct *all* the state transmitted over stdout by the forked process.
ForkClient(DefaultReporterFactory, Properties) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
ForkClient(DefaultReporterFactory, Properties, TestProvidingInputStream) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
ForkConfiguration - Class in org.apache.maven.plugin.surefire.booterclient
Configuration for forking tests.
ForkConfiguration(Classpath, File, String, String, File, Properties, String, Map<String, String>, boolean, int, boolean) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
forkMode - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
DEPRECATED since version 2.14.
ForkNumberBucket - Class in org.apache.maven.plugin.surefire.booterclient
A bucket from which fork numbers can be drawn.
ForkNumberBucket() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
Non-public constructor
ForkStarter - Class in org.apache.maven.plugin.surefire.booterclient
Starts the fork or runs in-process.
ForkStarter(ProviderConfiguration, StartupConfiguration, ForkConfiguration, int, StartupReportConfiguration, Log) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 

G

getAdditionalClasspathElements() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getArgLine() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getArtifactFactory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getArtifactResolver() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getBootClasspath() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getCachedClassPath(String) - Static method in class org.apache.maven.plugin.surefire.ClasspathCache
 
getClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getClassLoaderConfiguration(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getClassMethodName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getClasspathDependencyExcludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getClasspathDependencyScopeExclude() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getCompletedCount() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getCompletedCount() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getConfigurationHash() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getData() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getDebugForkedProcess() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getDebugLine() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getDefaultIncludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getDefaultReporterFactory() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
getDependenciesToScan() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getEffectiveForkCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getEffectiveForkMode(String) - Static method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getElapsed() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getElapsedForTestSet() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getElapsedSinceLastStart() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getElapsedSinceTestSetStart() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getElapsedTimeSummary() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getEnvironmentVariables() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getErrorInFork() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
getErrors() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getErrors() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getEvents() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getExcludedGroups() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getExcludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getExcludesFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getFailIfNoSpecifiedTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getFailIfNoTests() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getFailure() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getFailureDetails(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
getFailures() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getFailures() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getFirstData() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getFirstEvent() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getFlakes() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getFlakyXmlTag() - Method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
 
getFlushReceiver() - Method in interface org.apache.maven.plugin.surefire.booterclient.lazytestprovider.FlushReceiverProvider
 
getFlushReceiver() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline
 
getForkConfiguration() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getForkCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getForkCount() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getForkedProcessTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getForkMode() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getFullClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getFullClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getFullName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getGlobalRunStatistics() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
getGroup() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getGroups() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getHighestDrawnNumber() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
 
getIncludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getIncludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getIncludesFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getJunitArtifactName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getJvm() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getLocalRepository() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getLocalRepository() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getMessage() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getMetadataSource() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getNameWithGroup() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getNumberFormat() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
getNumberOfErrors() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getNumberOfFailures() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getNumberOfSkipped() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getNumberOfTests() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getObjectFactory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getOriginalSystemOut() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getOutput(boolean) - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getPackageName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getParallel() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getParallelTestsTimeoutForcedInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getParallelTestsTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPerCoreThreadCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getPluginArtifactMap() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getPluginDescriptor() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getPluginName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getProject() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getProjectArtifactMap() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getProperties() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getProviderClasspath() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
getProviderClasspath() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
getProviderClasspath(String, String, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
getProviderName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
getProviderName() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
getRemoteRepositories() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getReportEntries() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getReportEntryType() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getReporter(Integer) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
Used when getting reporters on the plugin side of a fork.
getReportFile(File, String, String, String) - Static method in class org.apache.maven.plugin.surefire.report.FileReporter
 
getReportFormat() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getReportFormat() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getReportName(String) - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getReportNameSuffix() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getReportNameSuffix() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getReportsDirectory() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getRerunXmlTag() - Method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
 
getResultType() - Method in class org.apache.maven.plugin.surefire.report.TestMethodStats
 
getRunOrder() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getRunResult() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getServiceNames(Class<?>, ClassLoader) - Static method in class org.apache.maven.plugin.surefire.booterclient.ProviderDetector
 
getSession() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getSha1() - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
getSkipped() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getSkipped() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getSourceName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getStackTrace(boolean) - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getStackTraceWriter() - Method in class org.apache.maven.plugin.surefire.report.TestMethodStats
 
getStackTraceWriter() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getStatisticsFile() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getStatisticsFileName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getStdErr() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getStdout() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
getStringKeySet() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
getSuitesGroupByPackage(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
getSuiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getSummary(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
getSummary() - Method in class org.apache.maven.surefire.report.RunStatistics
 
getSystemProperties() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getSystemPropertiesFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getSystemPropertyVariables() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getTempDirectory() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getTest() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestCases() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getTestClassMethodName() - Method in class org.apache.maven.plugin.surefire.report.TestMethodStats
 
getTestMethod() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestMethodStats() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
getTestNGArtifactName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getTestResults() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getTestSetSummary(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
getTestSourceDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getTestSourceDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestVmSystemProperties() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
getThreadCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getThreadCountClasses() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getThreadCountMethods() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getThreadCountSuites() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getThrowable() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
getTime() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
getTimeElapsed() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
getToolchainManager() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getUseUnlimitedThreads() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getWorkingDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getXmlTag() - Method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
 
groups - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(TestNG/JUnit47 provider with JUnit4.8+ only) Groups for this test.

H

hadErrors() - Method in class org.apache.maven.surefire.report.RunStatistics
 
hadFailures() - Method in class org.apache.maven.surefire.report.RunStatistics
 
handleSummary(RunResult, Exception) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
hasExecutedBefore() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
hasReportFiles(File) - Static method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
Returns true if the specified directory contains at least one report file.

I

includes - Variable in class org.apache.maven.plugin.surefire.util.DependencyScanner
 
includesFile - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
A file containing include patterns.
info(String) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
info(String) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
InPluginVMSurefireStarter - Class in org.apache.maven.plugin.surefire
Starts the provider in the same VM as the surefire plugin.
InPluginVMSurefireStarter(StartupConfiguration, ProviderConfiguration, StartupReportConfiguration) - Constructor for class org.apache.maven.plugin.surefire.InPluginVMSurefireStarter
 
instantiate(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
instantiateConsoleOutputFileReporter() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
instantiateConsoleReporter() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
instantiateFileReporter() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
instantiateStatelessXmlReporter() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
instantiateStatisticsReporter() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isAnyConcurrencySelected() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isAnyGroupsSelected() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isApplicable() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo.DynamicProviderInfo
 
isApplicable() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
 
isBriefOrPlainFormat() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isChildDelegation() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isDebug() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isDisableXmlReport() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isDisableXmlReport() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isEnableAssertions() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isErrorInFork() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
isErrorOrFailure() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
isMavenParallel() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isParallelOptimized() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isPrintSummary() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isPrintSummary() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isRedirectTestOutputToFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isRedirectTestOutputToFile() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isRequiresRunHistory() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isReuseForks() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isReuseForks() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isSaidGoodBye() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
 
isSkip() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkip() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isSkipExec() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkipExec() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isSkipExecution() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isSkipped() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isSucceeded() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
isTestFailureIgnore() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isTrimStackTrace() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
isTrimStackTrace() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isUseFile() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
isUseFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseManifestOnlyJar() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseSystemClassLoader() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isValid() - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
 
isWithinVersionSpec(Artifact, String) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 

J

junitArtifactName - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Allows you to specify the name of the JUnit artifact.
jvm - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Option to specify the jvm (or path to the java executable) to use with the forking options.

K

keys() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 

L

loadProperties(File) - Static method in class org.apache.maven.plugin.surefire.SurefireProperties
 
localRepository - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
ArtifactRepository of the localRepository.
logReportsDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

M

mergeFromOtherFactories(Collection<DefaultReporterFactory>) - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
metadataSource - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
For retrieval of artifact's metadata.
MockReporter - Class in org.apache.maven.plugin.surefire.booterclient
Internal use only
MockReporter() - Constructor for class org.apache.maven.plugin.surefire.booterclient.MockReporter
 

O

objectFactory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(TestNG only) Define the factory class used to create all test instances.
org.apache.maven.plugin.surefire - package org.apache.maven.plugin.surefire
 
org.apache.maven.plugin.surefire.booterclient - package org.apache.maven.plugin.surefire.booterclient
 
org.apache.maven.plugin.surefire.booterclient.lazytestprovider - package org.apache.maven.plugin.surefire.booterclient.lazytestprovider
 
org.apache.maven.plugin.surefire.booterclient.output - package org.apache.maven.plugin.surefire.booterclient.output
 
org.apache.maven.plugin.surefire.report - package org.apache.maven.plugin.surefire.report
 
org.apache.maven.plugin.surefire.runorder - package org.apache.maven.plugin.surefire.runorder
 
org.apache.maven.plugin.surefire.util - package org.apache.maven.plugin.surefire.util
 
org.apache.maven.plugins.surefire.report - package org.apache.maven.plugins.surefire.report
 
org.apache.maven.surefire.report - package org.apache.maven.surefire.report
 
OutputStreamFlushableCommandline - Class in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
A Commandline implementation that provides the output stream of the executed process in form of a FlushReceiver, for it to be flushed on demand.
OutputStreamFlushableCommandline() - Constructor for class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline
 

P

parallel - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(TestNG provider) When you use the parallel attribute, TestNG will try to run all your test methods in separate threads, except for methods that depend on each other, which will be run in the same thread in order to respect their order of execution.
parallelMavenExecution - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
parallelOptimized - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 / provider only) The thread counts do not exceed the number of parallel suite, class runners and average number of methods per class if set to true.
parse(String) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
 
parse(InputStreamReader) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
 
parseTestCaseName(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
parseTestSuiteName(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
parseTestSuitePackageName(String) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
parseXMLReportFiles() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
perCoreThreadCount - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 provider) Indicates that threadCount, threadCountSuites, threadCountClasses, threadCountMethods are per cpu core.
PLAIN - Static variable in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
PLAIN_REPORT_FORMAT - Static variable in class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
pluginArtifactMap - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Map of plugin artifacts.
pluginDescriptor - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Information about this plugin, mainly used to lookup this plugin's configuration from the currently executing project.
PrettyPrintXMLWriter - Class in org.apache.maven.plugin.surefire.report
A pretty printing XML writer
PrettyPrintXMLWriter(PrintWriter) - Constructor for class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
project - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The Maven Project Object.
projectArtifactMap - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Map of project artifacts.
properties - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
List of properties for configuring all TestNG related configurations.
propertiesThatCannotBeSetASystemProperties() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
provideNewTest() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
Signal that a new test is to be provided.
ProviderDetector - Class in org.apache.maven.plugin.surefire.booterclient
 
ProviderDetector() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ProviderDetector
 
ProviderInfo - Interface in org.apache.maven.plugin.surefire
 
ProviderList - Class in org.apache.maven.plugin.surefire
 
ProviderList(ConfigurableProviderInfo, ProviderInfo...) - Constructor for class org.apache.maven.plugin.surefire.ProviderList
 
put(Object, Object) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 

R

read() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
 
redirectTestOutputToFile - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Set this to "true" to redirect the unit test standard output to a file (found in reportsDirectory/testName-output.txt).
relocate(String) - Method in class org.apache.maven.plugin.surefire.util.Relocator
 
Relocator - Class in org.apache.maven.plugin.surefire.util
Relocates class names when running with relocated provider
Relocator(String) - Constructor for class org.apache.maven.plugin.surefire.util.Relocator
 
Relocator() - Constructor for class org.apache.maven.plugin.surefire.util.Relocator
 
remoteRepositories - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The remote plugin repositories declared in the POM.
remove(Object) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
ReportEntryType - Enum in org.apache.maven.plugin.surefire.report
Type of an entry in the report
reportExecution(SurefireReportParameters, RunResult, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
 
reportNameSuffix - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Add custom text into report filename: TEST-testClassName-reportNameSuffix.xml, testClassName-reportNameSuffix.txt and testClassName-reportNameSuffix-output.txt.
ReportTestCase - Class in org.apache.maven.plugins.surefire.report
 
ReportTestCase() - Constructor for class org.apache.maven.plugins.surefire.report.ReportTestCase
 
ReportTestSuite - Class in org.apache.maven.plugins.surefire.report
 
ReportTestSuite() - Constructor for class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
reset() - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
reset() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
resolve(Log) - Method in class org.apache.maven.plugin.surefire.ProviderList
 
resolveArtifact(Artifact, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
returnNumber(int) - Static method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
 
returnNumberInternal(int) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
 
run(SurefireProperties, DefaultScanResult) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 
runStarting() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
 
RunStatistics - Class in org.apache.maven.surefire.report
 
RunStatistics() - Constructor for class org.apache.maven.surefire.report.RunStatistics
 
runSuitesInProcess(DefaultScanResult) - Method in class org.apache.maven.plugin.surefire.InPluginVMSurefireStarter
 

S

scan() - Method in class org.apache.maven.plugin.surefire.util.DependencyScanner
 
scan() - Method in class org.apache.maven.plugin.surefire.util.DirectoryScanner
 
session - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The current build session instance.
set(int, int, int, int, int) - Method in class org.apache.maven.surefire.report.RunStatistics
 
SET_COMPLETED - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
SET_STARTING - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
setAdditionalClasspathElements(String[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setArgLine(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setArtifactFactory(ArtifactFactory) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setArtifactResolver(ArtifactResolver) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setCachedClasspath(String, Classpath) - Static method in class org.apache.maven.plugin.surefire.ClasspathCache
 
setChildDelegation(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
setClasspath(String, Classpath) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
setClasspathDependencyExcludes(String[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setClasspathDependencyScopeExclude(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setDebugForkedProcess(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setDependenciesToScan(String[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setDisableXmlReport(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setDocType(String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
setEnableAssertions(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setEncoding(String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
setEnvironmentVariables(Map<String, String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setExcludedGroups(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setExcludes(List<String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setExcludes(List<String>) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoSpecifiedTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoTests(Boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setFailIfNoTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setFlushReceiverProvider(FlushReceiverProvider) - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
 
setForkedProcessTimeoutInSeconds(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setForkMode(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setFullClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
setFullClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setFullName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
setGroups(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setIncludes(List<String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setIncludes(List<String>) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJunitArtifactName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setLocale(Locale) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setLocalRepository(ArtifactRepository) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setMetadataSource(ArtifactMetadataSource) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
setName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setNullableProperty(String, String) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
setNumberOfErrors(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setNumberOfFailures(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setNumberOfSkipped(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setNumberOfTests(int) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setObjectFactory(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setPackageName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setParallel(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setParallelOptimized(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setParallelTestsTimeoutForcedInSeconds(double) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setParallelTestsTimeoutInSeconds(double) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPerCoreThreadCount(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setPluginArtifactMap(Map<String, Artifact>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setPrintSummary(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProject(MavenProject) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setProjectArtifactMap(Map<String, Artifact>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setProperties(Properties) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setProperty(String, File) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
setProperty(String, Boolean) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
 
setRedirectTestOutputToFile(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setRemoteRepositories(List<ArtifactRepository>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setReportFormat(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportNameSuffix(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setReportsDirectory(File) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
setRunOrder(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setSession(MavenSession) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setSystemProperties(Properties) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setSystemPropertiesFile(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setSystemPropertyVariables(Map<String, String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setTest(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestCases(List<ReportTestCase>) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setTestFailureIgnore(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setTestNGArtifactName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setTestSourceDirectory(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setTestSourceDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setThreadCount(int) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setThreadCountClasses(int) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setThreadCountMethods(int) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setThreadCountSuites(int) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setTime(float) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
 
setTimeElapsed(float) - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
 
setToolchainManager(ToolchainManager) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setTrimStackTrace(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setUseFile(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseManifestOnlyJar(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseSystemClassLoader(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setUseUnlimitedThreads(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
setWorkingDirectory(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
showToLog(SurefireProperties, Log, String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
skip - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Set this to "true" to bypass unit tests entirely.
skipExec - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Deprecated.
Use skipTests instead.
skipTests - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Set this to "true" to skip running tests, but still compile them.
smartTrimmedStackTrace() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
SpecificFileFilter - Class in org.apache.maven.plugin.surefire.util
filters file names by a given collection of class name patterns
SpecificFileFilter(String[]) - Constructor for class org.apache.maven.plugin.surefire.util.SpecificFileFilter
 
specificTests - Variable in class org.apache.maven.plugin.surefire.util.DependencyScanner
 
startElement(String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
StartupReportConfiguration - Class in org.apache.maven.plugin.surefire
All the parameters used to construct reporters

StartupReportConfiguration(boolean, boolean, String, boolean, boolean, File, boolean, String, String, boolean, int) - Constructor for class org.apache.maven.plugin.surefire.StartupReportConfiguration
 
StatelessXmlReporter - Class in org.apache.maven.plugin.surefire.report
XML format reporter writing to TEST-reportName[-suffix].xml file like written and read by Ant's <junit> and <junitreport> tasks, then supported by many tools like CI servers.
StatelessXmlReporter(File, String, boolean, int, Map<String, Map<String, List<WrappedReportEntry>>>) - Constructor for class org.apache.maven.plugin.surefire.report.StatelessXmlReporter
 
StatisticsReporter - Class in org.apache.maven.plugin.surefire.runorder
 
StatisticsReporter(File) - Constructor for class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
STDERR - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
STDOUT - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
stripIllegalFilenameChars(String) - Static method in class org.apache.maven.plugin.surefire.report.FileReporterUtils
 
stripNewLines(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
SurefireDependencyResolver - Class in org.apache.maven.plugin.surefire
Does dependency resolution and artifact handling for the surefire plugin.
SurefireDependencyResolver(ArtifactResolver, ArtifactFactory, Log, ArtifactRepository, List<ArtifactRepository>, ArtifactMetadataSource, String) - Constructor for class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
SurefireExecutionParameters - Interface in org.apache.maven.plugin.surefire
This interface contains all the common parameters that have different implementations in Surefire vs IntegrationTest
SurefireHelper - Class in org.apache.maven.plugin.surefire
Helper class for surefire plugins
SurefireProperties - Class in org.apache.maven.plugin.surefire
A properties implementation that preserves insertion order.
SurefireProperties() - Constructor for class org.apache.maven.plugin.surefire.SurefireProperties
 
SurefireProperties(Properties) - Constructor for class org.apache.maven.plugin.surefire.SurefireProperties
 
SurefireProperties(KeyValueSource) - Constructor for class org.apache.maven.plugin.surefire.SurefireProperties
 
SurefireReportParameters - Interface in org.apache.maven.plugin.surefire
The parameters required to report on a surefire execution.
SurefireReportParser - Class in org.apache.maven.plugins.surefire.report
 
SurefireReportParser() - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
SurefireReportParser(List<File>, Locale) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportParser
 
systemProperties - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Deprecated.
Use systemPropertyVariables instead.
systemPropertiesFile - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
List of System properties, loaded from a file, to pass to the JUnit tests.
systemPropertyVariables - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
List of System properties to pass to the JUnit tests.

T

TEST_ASSUMPTION_FAIL - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
TEST_ERROR - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
TEST_FAILED - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
TEST_SKIPPED - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
TEST_STARTING - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
TEST_SUCCEEDED - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testClassesDirectory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The directory containing generated test classes of the project being tested.
TestcycleConsoleOutputReceiver - Interface in org.apache.maven.plugin.surefire.report
 
testError(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testError(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testError(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
testError(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testFailure(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
TestMethodStats - Class in org.apache.maven.plugin.surefire.report
Maintains per-thread test result state for a single test method.
TestMethodStats(String, ReportEntryType, StackTraceWriter) - Constructor for class org.apache.maven.plugin.surefire.report.TestMethodStats
 
testNGArtifactName - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Allows you to specify the name of the TestNG artifact.
TestProvidingInputStream - Class in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
An InputStream that, when read, provides test class names out of a queue.
TestProvidingInputStream(Queue<String>) - Constructor for class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
C'tor
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
 
testSetCompleted(WrappedReportEntry, TestSetStats, List<String>) - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.DirectConsoleOutput
 
testSetCompleted(WrappedReportEntry, TestSetStats, List<String>) - Method in class org.apache.maven.plugin.surefire.report.FileReporter
 
testSetCompleted(WrappedReportEntry, TestSetStats) - Method in class org.apache.maven.plugin.surefire.report.StatelessXmlReporter
 
testSetCompleted(ReportEntry) - Method in interface org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testSetCompleted() - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
TestSetRunListener - Class in org.apache.maven.plugin.surefire.report
Reports data for a single test set.
TestSetRunListener(ConsoleReporter, FileReporter, StatelessXmlReporter, TestcycleConsoleOutputReceiver, StatisticsReporter, boolean, boolean, boolean) - Constructor for class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testSetStart() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.DirectConsoleOutput
 
testSetStarting(ReportEntry) - Method in interface org.apache.maven.plugin.surefire.report.TestcycleConsoleOutputReceiver
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
TestSetStats - Class in org.apache.maven.plugin.surefire.report
Maintains per-thread test result state.
TestSetStats(boolean, boolean) - Constructor for class org.apache.maven.plugin.surefire.report.TestSetStats
 
testSkipped(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testSkipped(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
testSkipped(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testSourceDirectory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The test source directory containing test class sources.
testStart() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
testStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
testSucceeded(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
TestSuiteXmlParser - Class in org.apache.maven.plugins.surefire.report
 
TestSuiteXmlParser() - Constructor for class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
 
THREAD_NUMBER_PLACEHOLDER - Static variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
The placeholder that is replaced by the executing thread's running number.
threadCount - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(TestNG/JUnit 4.7 provider) The attribute thread-count allows you to specify how many threads should be allocated for this execution.
threadCountClasses - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 provider) This attribute allows you to specify the concurrency in test classes, i.e.: number of concurrent classes if threadCount is 0 or unspecified limited classes concurrency if useUnlimitedThreads is set to true if threadCount and certain thread-count parameters are > 0 for parallel, the concurrency is computed from ratio.
threadCountMethods - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 provider) This attribute allows you to specify the concurrency in test methods, i.e.: number of concurrent methods if threadCount is 0 or unspecified limited concurrency of methods if useUnlimitedThreads is set to true if threadCount and certain thread-count parameters are > 0 for parallel, the concurrency is computed from ratio.
threadCountSuites - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 provider) This attribute allows you to specify the concurrency in test suites, i.e.: number of concurrent suites if threadCount is 0 or unspecified limited suites concurrency if useUnlimitedThreads is set to true if threadCount and certain thread-count parameters are > 0 for parallel, the concurrency is computed from ratio.
ThreadedStreamConsumer - Class in org.apache.maven.plugin.surefire.booterclient.output
Knows how to reconstruct *all* the state transmitted over stdout by the forked process.
ThreadedStreamConsumer(StreamConsumer) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer
 
toolchainManager - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
trimStackTrace - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Whether to trim the stack trace in the reports to just the lines within the test, or show the full trace.

U

useUnlimitedThreads - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
(JUnit 4.7 provider) Indicates that the thread pool will be unlimited.

V

valueOf(String) - Static method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
Returns an array containing the constants of this enum type, in the order they are declared.

W

workingDirectory - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
Command line working directory.
WrappedReportEntry - Class in org.apache.maven.plugin.surefire.report
 
WrappedReportEntry(ReportEntry, ReportEntryType, Integer, Utf8RecodingDeferredFileOutputStream, Utf8RecodingDeferredFileOutputStream) - Constructor for class org.apache.maven.plugin.surefire.report.WrappedReportEntry
 
writeLnMessage(String) - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
writeMarkup(String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
writeMessage(String) - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.plugin.surefire.report.ConsoleOutputFileReporter
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.plugin.surefire.report.DirectConsoleOutput
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
 
writeText(String) - Method in class org.apache.maven.plugin.surefire.report.PrettyPrintXMLWriter
 
writeTraceToString() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
writeTrimmedTraceToString() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
A B C D E F G H I J K L M O P R S T U V W 

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