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

A

AbstractConsoleReporter - Class in org.apache.maven.surefire.report
Base class for console reporters.
AbstractFileReporter - Class in org.apache.maven.surefire.report
Base class for file reporters.
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
 
AbstractTextReporter - Class in org.apache.maven.surefire.report
Text based reporter.
AbstractTextReporter(boolean, String) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
AbstractTextReporter(PrintWriter, boolean, String) - Constructor for class org.apache.maven.surefire.report.AbstractTextReporter
 
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(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(File[]) - 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
 
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, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 

B

BRIEF_REPORT_FORMAT - Static variable in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
BriefConsoleReporter - Class in org.apache.maven.surefire.report
Brief format console reporter.
BriefConsoleReporter(boolean) - Constructor for class org.apache.maven.surefire.report.BriefConsoleReporter
 
BriefFileReporter - Class in org.apache.maven.surefire.report
Brief format file reporter.
BriefFileReporter(boolean, File) - Constructor for class org.apache.maven.surefire.report.BriefFileReporter
 
BriefFileReporter(boolean, File, String) - Constructor for class org.apache.maven.surefire.report.BriefFileReporter
 

C

ChecksumCalculator - Class in org.apache.maven.plugin.surefire.booterclient
 
ChecksumCalculator() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
clearCapture() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
close() - 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.FileReporterFactory
 
CommonReflector - Class in org.apache.maven.plugin.surefire
 
CommonReflector(ClassLoader) - Constructor for class org.apache.maven.plugin.surefire.CommonReflector
 
CONSOLE_OUTPUT - Static variable in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
ConsoleOutputDirectReporter - Class in org.apache.maven.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.

ConsoleOutputDirectReporter(PrintStream) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
ConsoleOutputFileReporter - Class in org.apache.maven.surefire.report
Surefire output consumer proxy that writes test output to a File for each test suite.
ConsoleOutputFileReporter(File) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
ConsoleOutputFileReporter(File, String) - Constructor for class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
ConsoleReporter - Class in org.apache.maven.surefire.report
Console reporter.
ConsoleReporter(boolean) - Constructor for class org.apache.maven.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
 
createCommandLine(List, ClassLoaderConfiguration, boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
createCommandLine(List, boolean, boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
createForkStarter(ProviderInfo, ForkConfiguration, ClassLoaderConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createInprocessStarter(ProviderInfo, ForkConfiguration, ClassLoaderConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
createJar(List) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
Create a jar with just a manifest containing a Main-Class entry for BooterConfiguration and a Class-Path entry for all classpath elements.
createProviderConfiguration(String) - 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.FileReporterFactory
 
createReportingReporterFactory(StartupReportConfiguration) - Method in class org.apache.maven.plugin.surefire.CommonReflector
 

D

defaultNoXml() - Static method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
defaultNoXml() - Static method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
defaultValue() - Static method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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) - Constructor for class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
DetailedConsoleReporter - Class in org.apache.maven.surefire.report
Detailed console reporter.
DetailedConsoleReporter(boolean) - Constructor for class org.apache.maven.surefire.report.DetailedConsoleReporter
 

E

execute() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
executeAfterPreconditionsChecked() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

F

FileReporter - Class in org.apache.maven.surefire.report
Text file reporter.
FileReporter(boolean, File) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
FileReporter(boolean, File, String) - Constructor for class org.apache.maven.surefire.report.FileReporter
 
FileReporterFactory - Class in org.apache.maven.plugin.surefire.report
Provides RunListener implementations to the providers.
FileReporterFactory(StartupReportConfiguration) - Constructor for class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
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_ONCE - 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(ReporterFactory, Properties) - 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, String, File) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
ForkStarter - Class in org.apache.maven.plugin.surefire.booterclient
Starts the fork or runs in-process.
ForkStarter(ProviderConfiguration, StartupConfiguration, ForkConfiguration, int, StartupReportConfiguration) - Constructor for class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 

G

getAdditionalClasspathElements() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArgLine() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArtifactFactory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getArtifactResolver() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getAsString(List) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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
 
getClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getClassLoaderConfiguration(ForkConfiguration) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getClasspathDependencyExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getClasspathDependencyScopeExclude() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getConfigurationHash() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getConsoleOutputFileReporterName() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getConsoleReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
Returns the reporter that will write to the console
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
 
getElapsedTimeSummary(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getEnvironmentVariables() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getEvents() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getExcludedGroups() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getFileReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getFirstData() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getFirstEvent() - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
getFirstException() - Method in class org.apache.maven.plugin.surefire.Summary
 
getForkConfiguration() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getForkedProcessTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getForkMode() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getForkMode() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getGlobalRunStatistics() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
getGroups() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getIncludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getInternalSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getJunitArtifactName() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getJvm() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getLocalRepository() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getMetadataSource() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getObjectFactory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getOriginalSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getOutput(ReportEntry, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getParallel() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPerCoreThreadCount() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPluginArtifactMap() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getPluginName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getProject() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getProjectArtifactMap() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
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 interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
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.surefire.report.AbstractFileReporter
 
getReportFormat() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportFormat() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getReportNameSuffix() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportNameSuffix() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getReports() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
A list of classnames representing runnable reports for this test-run.
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getReportsDirectory() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getResultOfLastSuccessfulRun() - Method in class org.apache.maven.plugin.surefire.Summary
 
getRunOrder() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getServiceNames(Class, ClassLoader) - Static method in class org.apache.maven.plugin.surefire.booterclient.ProviderDetector
 
getSession() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSha1() - Method in class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
 
getStatisticsFile(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getStatisticsFile() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getStatisticsFileName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
getSuiteXmlFiles() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSystemProperties() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getSystemProperties() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSystemPropertiesFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getSystemPropertyVariables() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTempDirectory() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
getTest() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
getTestMethod() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestNGArtifactName() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestSetSummary(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
getTestSourceDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getTestVmSystemProperties() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
getThreadCount() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getThrowable() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
 
getToolchainManager() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getUseUnlimitedThreads() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getWorkingDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
getXmlReporterName() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 

H

handleSummary(Summary) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
hasExecutedBefore() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

I

info(String) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
info(String) - Method in class org.apache.maven.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(PrintStream) - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateConsoleReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateFileReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateStatisticsReporter() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
instantiateXmlReporter() - Method in class org.apache.maven.surefire.booter.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
 
isChildDelegation() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isDebug() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isDisableXmlReport() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isDisableXmlReport() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isEnableAssertions() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isErrorFree() - Method in class org.apache.maven.plugin.surefire.Summary
 
isFailureOrTimeout() - Method in class org.apache.maven.plugin.surefire.Summary
 
isForking() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
isForking() - Method in class org.apache.maven.plugin.surefire.Summary
 
isMavenParallel() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isPrintSummary() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isPrintSummary() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isRedirectTestOutputToFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isRedirectTestOutputToFile() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isRequiresRunHistory() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isSkipTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isTestFailureIgnore() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
isTrimStackTrace() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isTrimStackTrace() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isUseFile() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseFile() - Method in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
isUseManifestOnlyJar() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isUseSystemClassLoader() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
isWithinVersionSpec(Artifact, String) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 

L

logReportsDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 

M

MockReporter - Class in org.apache.maven.plugin.surefire.booterclient
Internal use only
MockReporter() - Constructor for class org.apache.maven.plugin.surefire.booterclient.MockReporter
 

O

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.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.surefire.booter - package org.apache.maven.surefire.booter
 
org.apache.maven.surefire.report - package org.apache.maven.surefire.report
 

P

PLAIN_REPORT_FORMAT - Static variable in class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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(ProviderInfo[], ConfigurableProviderInfo) - Constructor for class org.apache.maven.plugin.surefire.ProviderList
 

R

registerException(Exception) - Method in class org.apache.maven.plugin.surefire.Summary
 
registerRunResult(RunResult) - Method in class org.apache.maven.plugin.surefire.Summary
 
reportExecution(SurefireReportParameters, RunResult, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
 
reportExecution(SurefireReportParameters, int, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
 
reportForkConfiguration(ForkConfiguration) - Method in class org.apache.maven.plugin.surefire.Summary
 
reset() - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
reset() - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
reset() - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
reset() - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
reset() - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
resolve(Log) - Method in class org.apache.maven.plugin.surefire.ProviderList
 
resolveArtifact(Artifact, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
restoreOriginalSystemPropertiesWhenNotForking(Summary) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
 
run() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkStarter
 
runStarting() - Method in class org.apache.maven.plugin.surefire.report.FileReporterFactory
 
runSuitesInProcess() - Method in class org.apache.maven.plugin.surefire.InPluginVMSurefireStarter
 

S

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(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArgLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setArgLine(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArtifactFactory(ArtifactFactory) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setArtifactResolver(ArtifactResolver) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setChildDelegation(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClasspathDependencyExcludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setClasspathDependencyScopeExclude(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setDebug(boolean) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setDebugForkedProcess(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setDebugLine(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setDisableXmlReport(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setEnableAssertions(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setEnvironmentVariables(Map) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setEnvironmentVariables(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setExcludedGroups(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setExcludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setFailIfNoTests(Boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setForkedProcessTimeoutInSeconds(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setForkMode(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setGroups(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setIncludes(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setInternalSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJunitArtifactName(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJvm(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setJvmExecutable(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setLocalRepository(ArtifactRepository) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setMetadataSource(ArtifactMetadataSource) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setObjectFactory(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setOriginalSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setParallel(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPerCoreThreadCount(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPluginArtifactMap(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setPrintSummary(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProject(MavenProject) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProjectArtifactMap(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setRedirectTestOutputToFile(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setRemoteRepositories(List) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportFormat(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportNameSuffix(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
 
setRunOrder(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSession(MavenSession) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
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 interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSystemProperties(Properties) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setSystemProperties(Properties) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSystemPropertiesFile(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setSystemPropertyVariables(Map) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTempDirectory(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setTest(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
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 interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTestSourceDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setThreadCount(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setToolchainManager(ToolchainManager) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setTrimStackTrace(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
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 interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setWorkingDirectory(File) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
setWorkingDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
 
setWriter(PrintWriter) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
StartupReportConfiguration - Class in org.apache.maven.surefire.booter
All the parameters used to construct reporters

StartupReportConfiguration(boolean, boolean, String, boolean, boolean, File, boolean, String, String, boolean) - Constructor for class org.apache.maven.surefire.booter.StartupReportConfiguration
 
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
 
stripNewLines(String) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
 
Summary - Class in org.apache.maven.plugin.surefire
 
Summary() - Constructor for class org.apache.maven.plugin.surefire.Summary
 
SurefireDependencyResolver - Class in org.apache.maven.plugin.surefire
Does dependency resolution and artifact handling for the surefire plugin.
SurefireDependencyResolver(ArtifactResolver, ArtifactFactory, Log, ArtifactRepository, List, ArtifactMetadataSource, String) - Constructor for class org.apache.maven.plugin.surefire.SurefireDependencyResolver
 
SurefireExecutionParameters - Interface in org.apache.maven.plugin.surefire
The parameters required to execute surefire.
SurefireHelper - Class in org.apache.maven.plugin.surefire
Helper class for surefire plugins
SurefireReportParameters - Interface in org.apache.maven.plugin.surefire
The parameters required to report on a surefire execution.

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.surefire.report.TestSetRunListener
 
testError(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testError(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testError(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testFailed(ReportEntry, String, String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractFileReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
TestSetRunListener - Class in org.apache.maven.surefire.report
Reports data for a single test set.
TestSetRunListener(AbstractConsoleReporter, AbstractFileReporter, XMLReporter, Reporter, StatisticsReporter, RunStatistics) - Constructor for class org.apache.maven.surefire.report.TestSetRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractConsoleReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractFileReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
testStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.booterclient.MockReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testStarting(ReportEntry) - Method in class org.apache.maven.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.runorder.StatisticsReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
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
 

W

writeMessage(String) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.AbstractTextReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.ConsoleOutputDirectReporter
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.ConsoleOutputFileReporter
 
writeMessage(String) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writeMessage(byte[], int, int) - Method in class org.apache.maven.surefire.report.TestSetRunListener
 
writer - Variable in class org.apache.maven.surefire.report.AbstractTextReporter
 
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.surefire.report.TestSetRunListener
 
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 L M O P R S T W

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