- cancel() - Method in class org.apache.maven.surefire.providerapi.AbstractProvider
-
- cancel() - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
-
Makes an attempt at cancelling the current run, giving the provider a chance to notify
reporting that the remaining tests have been cancelled due to timeout.
- canContinue() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandStream
-
- canContinue() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream
-
- canContinue() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
-
- canCreateGroupFilter(Map<String, String>) - Method in class org.apache.maven.surefire.common.junit48.FilterFactory
-
- canGenerateReport() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
-
- canSchedule() - Method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
- CategorizedReportEntry - Class in org.apache.maven.surefire.report
-
- CategorizedReportEntry(String, String, String) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
-
- CategorizedReportEntry(String, String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
-
- CategorizedReportEntry(String, String, String, StackTraceWriter, Integer, String) - Constructor for class org.apache.maven.surefire.report.CategorizedReportEntry
-
- characters(char[], int, int) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- checkforTestAnnotatedMethod(Class) - Method in class org.apache.maven.surefire.common.junit4.JUnit4TestChecker
-
- checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.ClassesParallelRunListener
-
- checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.MethodsParallelRunListener
-
- ChecksumCalculator - Class in org.apache.maven.plugin.surefire.booterclient
-
- ChecksumCalculator() - Constructor for class org.apache.maven.plugin.surefire.booterclient.ChecksumCalculator
-
- CHILD_DELEGATION - Static variable in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- ClassesParallelRunListener - Class in org.apache.maven.surefire.junitcore
-
- ClassesParallelRunListener(Map<String, TestSet>, ReporterFactory, ConsoleLogger) - Constructor for class org.apache.maven.surefire.junitcore.ClassesParallelRunListener
-
- ClassLoaderConfiguration - Class in org.apache.maven.surefire.booter
-
Configuration for forking tests.
- ClassLoaderConfiguration(boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClassLoaderConfiguration
-
- ClassMethod - Class in org.apache.maven.surefire.common.junit4
-
Data transfer object of class and method literals.
- ClassMethod(String, String) - Constructor for class org.apache.maven.surefire.common.junit4.ClassMethod
-
- Classpath - Class in org.apache.maven.surefire.booter
-
An ordered list of classpath elements with set behaviour
A Classpath is immutable and thread safe.
- Classpath(Classpath, String) - Constructor for class org.apache.maven.surefire.booter.Classpath
-
- Classpath(Collection<String>) - Constructor for class org.apache.maven.surefire.booter.Classpath
-
- CLASSPATH - Static variable in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- ClasspathCache - Class in org.apache.maven.plugin.surefire
-
- ClasspathCache() - Constructor for class org.apache.maven.plugin.surefire.ClasspathCache
-
- ClasspathConfiguration - Class in org.apache.maven.surefire.booter
-
Represents the classpaths for the BooterConfiguration.
- ClasspathConfiguration(boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- ClasspathConfiguration(Classpath, Classpath, Classpath, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- 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.TestLessInputStream
-
- 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
-
- close() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
-
- close(InputStream) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
-
- close() - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- close() - Method in interface org.apache.maven.surefire.report.ReporterFactory
-
Closes the factory, freeing resources allocated in the factory.
- CloseableIterator<T> - Class in org.apache.maven.surefire.util
-
- CloseableIterator() - Constructor for class org.apache.maven.surefire.util.CloseableIterator
-
- CLS - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
-
RegularExpression Id.
- column - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
- COMMA - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
-
RegularExpression Id.
- comma() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
-
- Command - Class in org.apache.maven.surefire.booter
-
Encapsulates data and command sent from master to forked process.
- Command(MasterProcessCommand, String) - Constructor for class org.apache.maven.surefire.booter.Command
-
- Command(MasterProcessCommand) - Constructor for class org.apache.maven.surefire.booter.Command
-
- CommandLineOption - Enum in org.apache.maven.surefire.cli
-
CLI options.
- commandLineOptions(MavenSession, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
-
- CommandListener - Interface in org.apache.maven.surefire.booter
-
Command listener interface.
- CommandReader - Class in org.apache.maven.surefire.booter
-
Reader of commands coming from plugin(master) process.
- CommandReader() - Constructor for class org.apache.maven.surefire.booter.CommandReader
-
- 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
-
- ConcurrencyUtils - Class in org.apache.maven.surefire.util.internal
-
Concurrency utilities.
- ConcurrentRunListener - Class in org.apache.maven.surefire.junitcore
-
Handles responses from concurrent junit
Stuff to remember about JUnit threading:
parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread
parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread
parallel=both; same as parallel=methods
- ConfigurableParallelComputer - Class in org.apache.maven.surefire.junitcore
-
Deprecated.
- ConfigurableParallelComputer() - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- ConfigurableParallelComputer(boolean, boolean) - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- ConfigurableParallelComputer(boolean, boolean, Integer, boolean) - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- ConfigurationAwareTestNGReporter - Class in org.apache.maven.surefire.testng
-
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5
- ConfigurationAwareTestNGReporter(RunListener) - Constructor for class org.apache.maven.surefire.testng.ConfigurationAwareTestNGReporter
-
- Configurator - Interface in org.apache.maven.surefire.testng.conf
-
Configurator for passing configuration properties to TestNG
- configure(TestNG, Map<String, String>) - Method in class org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
-
- configure(XmlSuite, Map<String, String>) - Method in class org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator
-
- configure(TestNG, Map<String, String>) - Method in interface org.apache.maven.surefire.testng.conf.Configurator
-
- configure(XmlSuite, Map<String, String>) - Method in interface org.apache.maven.surefire.testng.conf.Configurator
-
- configure(XmlSuite, Map<String, String>) - Method in class org.apache.maven.surefire.testng.conf.TestNG510Configurator
-
- configure(TestNG, Map<String, String>) - Method in class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- configure(XmlSuite, Map<String, String>) - Method in class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- ConsoleLogger - Interface in org.apache.maven.surefire.report
-
Allows providers to write console messages on the running maven process.
- ConsoleOutputCapture - Class in org.apache.maven.surefire.report
-
Deals with system.out/err.
- ConsoleOutputCapture() - Constructor for class org.apache.maven.surefire.report.ConsoleOutputCapture
-
- 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
-
- ConsoleOutputReceiver - Interface in org.apache.maven.surefire.report
-
A receiver of stdout/sterr output from running tests.
- ConsoleOutputReceiverForCurrentThread - Class in org.apache.maven.surefire.report
-
- 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
-
- constructTestObject(Class) - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- 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
-
- containsAtLeast(int) - Method in class org.apache.maven.surefire.util.TestsToRun
-
- containsExactly(int) - Method in class org.apache.maven.surefire.util.TestsToRun
-
- convert(Object, Class<?>) - Method in class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- convertIfRunResult(Object) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- convertListeners(String) - Method in class org.apache.maven.surefire.testng.conf.TestNG513Configurator
-
- convertListeners(String) - Method in class org.apache.maven.surefire.testng.conf.TestNG5141Configurator
-
- convertListeners(String) - Method in class org.apache.maven.surefire.testng.conf.TestNG5143Configurator
-
- convertListeners(String) - Method in class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- convertReporterConfig(Object) - Method in class org.apache.maven.surefire.testng.conf.TestNG513Configurator
-
- convertReporterConfig(Object) - Method in class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- convertWithCoreCount(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- copy(byte[], int, int) - Static method in class org.apache.maven.surefire.util.internal.ByteBuffer
-
- copyListenersTo(Notifier) - Method in class org.apache.maven.surefire.common.junit4.Notifier
-
- 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<Object, Object>) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
-
- copyTo(Map<Object, Object>) - Method in interface org.apache.maven.surefire.booter.KeyValueSource
-
- copyTo(Map<Object, Object>) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- copyToSystemProperties() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
-
- countDownToZero(AtomicInteger) - Static method in class org.apache.maven.surefire.util.internal.ConcurrencyUtils
-
Decreases counter
to zero, or does not change the counter if negative.
- createBalancer(int) - Static method in class org.apache.maven.surefire.junitcore.pc.BalancerFactory
-
Balancer without fairness.
- createBalancerWithFairness(int) - Static method in class org.apache.maven.surefire.junitcore.pc.BalancerFactory
-
Balancer with fairness.
- createBooterConfiguration(ClassLoader, Object, boolean) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- createClassLoader(ClassLoader, boolean, boolean, String) - Method in class org.apache.maven.surefire.booter.Classpath
-
- 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
-
- createCustomListeners(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerFactory
-
- createDescription(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- createDescription(String, Annotation...) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- createFailingMethodFilter(Map<Class<?>, Set<String>>) - Method in class org.apache.maven.surefire.common.junit48.FilterFactory
-
- createForkingReporterFactoryInCurrentClassLoader(boolean, PrintStream) - Static method in class org.apache.maven.surefire.booter.SurefireReflector
-
- createGroupFilter(Map<String, String>) - Method in class org.apache.maven.surefire.common.junit48.FilterFactory
-
- createHeader(byte, int) - Static method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- createIgnored(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- createInfinitePermitsBalancer() - Static method in class org.apache.maven.surefire.junitcore.pc.BalancerFactory
-
Infinite permits.
- createInstance(Map<String, TestSet>, ReporterFactory, boolean, boolean, ConsoleLogger) - Static method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- createInvokerStrategy(ConsoleLogger) - Static method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategies
-
- createMergedClassLoader() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- createMethodFilter(String) - Method in class org.apache.maven.surefire.common.junit48.FilterFactory
-
- createMethodFilter(TestListResolver) - Method in class org.apache.maven.surefire.common.junit48.FilterFactory
-
- createNextGeneration(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- createNextGenerationFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- createParallelSharedStrategy(ConsoleLogger, ExecutorService) - Static method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategies
-
The threadPool passed to this strategy can be shared in other strategies.
- createParallelStrategy(ConsoleLogger, int) - Static method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategies
-
- createParallelStrategyUnbounded(ConsoleLogger) - Static method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategies
-
- createProvider(boolean) - Method in class org.apache.maven.surefire.booter.ProviderFactory
-
- createProviders() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- createReportEntry(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- createReportEntry(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- createReportEntryForTestSet(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- createReporter() - Method in class org.apache.maven.plugin.surefire.report.DefaultReporterFactory
-
- createReporter() - Method in class org.apache.maven.surefire.booter.ForkingReporterFactory
-
- createReporter() - Method in interface org.apache.maven.surefire.report.ReporterFactory
-
Creates a reporter.
- createReportingReporterFactory(StartupReportConfiguration) - Method in class org.apache.maven.plugin.surefire.CommonReflector
-
- createRequest(Class<?>...) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- createStackTraceWriter(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- createStackTraceWriter(Failure) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
-
- createSuiteDescription(Collection<Class<?>>) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
- createThreadAttachedTestMethod(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.TestSet
-
- curChar - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
- currentToken - Variable in exception org.apache.maven.surefire.group.parse.ParseException
-
This is the last token that has been consumed successfully.
- cutTestClassAndMethod(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
Java Patterns of regex is slower than cutting a substring.
- generateFailingTests(List<Failure>, ClassLoader) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
Organize all the failures in previous run into a map between test classes and corresponding failing test methods
- generateFailingTests(List<Failure>) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
Get all test methods from a list of Failures
- generateParseException() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Generate ParseException.
- GenericTestPattern<P,C,M> - Interface in org.apache.maven.surefire.testset
-
Resolves string test patterns in object oriented patterns P
.
- get() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
-
- getActualClassName() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
-
- getAdditionalClasspathElements() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getAddListenerMethod() - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- getAllFailures() - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
-
- getAnnotatedIgnore(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- getAnnotatedIgnoreValue(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
-
- 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
-
- getAsUrlList() - Method in class org.apache.maven.surefire.booter.Classpath
-
- getBasedir() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getBasedir() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getBasedir() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getBasedir() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- getBaseDir() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getBeginColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get token beginning line number.
- getBooleanProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- getBootClasspath() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
-
- getCachableCommands() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
- getCachedClassPath(String) - Static method in class org.apache.maven.plugin.surefire.ClasspathCache
-
- getClassByName(String) - Method in class org.apache.maven.surefire.util.TestsToRun
-
Get test class which matches className
- getClassesDirectory() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getClassesDirectory() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in class org.apache.maven.surefire.util.DefaultScanResult
-
- getClassesSkippedByValidation(ScannerFilter, ClassLoader) - Method in interface org.apache.maven.surefire.util.ScanResult
-
- getClassifier() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
-
- getClassLoaderConfiguration() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getClassLoaderConfiguration() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
-
- getClassMethodName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getClassName() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
-
- getClassName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getClassName(int) - Method in class org.apache.maven.surefire.util.DefaultScanResult
-
- getClassName(int) - Method in interface org.apache.maven.surefire.util.ScanResult
-
- getClassPath() - Method in class org.apache.maven.surefire.booter.Classpath
-
- getClasspathConfiguration() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
-
- getClasspathDependencyExcludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getClasspathDependencyScopeExclude() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getClazz() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
-
- getClazz() - Method in class org.apache.maven.surefire.common.junit4.ClassMethod
-
- getColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Deprecated.
- getCommandType() - Method in class org.apache.maven.surefire.booter.Command
-
- getCompactLogMessage(String) - Method in class org.apache.maven.surefire.booter.Classpath
-
- getCompletedCount() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- getCompletedCount() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getCompletedCount() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getConfigurationHash() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
-
- getConsoleLogger() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getConsoleLogger() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Gets a logger intended for console output.
- getConstructor(Class<?>, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
-
- getData() - Method in class org.apache.maven.surefire.booter.Command
-
- getData() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
-
- getDataType() - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
-
- getDebugForkedProcess() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getDebugForkedProcess() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getDebugForkedProcess() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getDebugLine() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
-
- getDecodedValue() - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
-
- getDecodedValue(ClassLoader) - Method in class org.apache.maven.surefire.booter.TypeEncodedValue
-
- getDefaultIncludes() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getDefaultIncludes() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getDefaultIncludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getDefaultIncludes() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getDefaultReporterFactory() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
-
- getDependenciesToScan() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getDescription(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
- getDescription(Locale) - Method in class org.apache.maven.plugins.surefire.report.FailsafeReportMojo
- getDirectoryScanner() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getDirectoryScanner() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
- getDirectoryScannerParameters() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getDirectoryScannerParameters() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
- getDirScannerParams() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- 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
-
- getElapsed() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
Gets the runtime for the item.
- getElapsed() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- 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
-
- getElapsedTimeVerbose() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getEmptyTestListResolver() - Static method in class org.apache.maven.surefire.testset.TestListResolver
-
- getEndColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get token end line number.
- 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
-
- getErrors() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getExcludedGroups() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getExcludedPatterns() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
-
- getExcludedPatterns() - Method in class org.apache.maven.surefire.testset.TestListResolver
-
- getExcludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getExcludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getExcludes() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getExcludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
-
The excludes pattern list, as specified on the plugin includes parameter.
- getExcludesFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getExcludesFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getExcludesFile() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getFailIfNoSpecifiedTests() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getFailIfNoSpecifiedTests() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getFailIfNoSpecifiedTests() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getFailIfNoTests() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getFailIfNoTests() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getFailIfNoTests() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- getFailsafeCode() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getFailure() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getFailureDetail() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getFailureDetails(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
-
- getFailureErrorLine() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getFailureMessage() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getFailures() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- getFailures() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getFailures() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getFailureType() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getFileProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- getFiles() - Method in class org.apache.maven.surefire.util.DefaultScanResult
-
- getFlakes() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getFlakes() - Method in class org.apache.maven.surefire.suite.RunResult
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getForkedProcessTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getForkedProcessTimeoutInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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
-
- getGroup() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
-
- getGroup() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
The group/category of the testcase
- getGroup() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- getGroups() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getId() - Method in enum org.apache.maven.surefire.booter.MasterProcessCommand
-
- GetImage() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get token literal value.
- getImmediateCommands() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
- getIncludedPatterns() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
-
- getIncludedPatterns() - Method in class org.apache.maven.surefire.testset.TestListResolver
-
- getIncludes() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getIncludes() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getIncludes() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getIncludes() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getIncludes() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getIncludes() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
-
The includes pattern list, as specified on the plugin includes parameter.
- getIncludesFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getIncludesFile() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getIncludesFile() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getIncompleteTests() - Method in class org.apache.maven.surefire.junitcore.pc.ShutdownResult
-
- getInstance() - Static method in class org.apache.maven.surefire.testng.utils.FailFastEventsSingleton
-
- getInterfacesImplementedByDynamicProxy() - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- getIntProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- getJunitArtifactName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getJvm() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getLastCommand() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandStream
-
- getlength() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
-
- getLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Deprecated.
- getLocalizedMessage() - Method in class org.apache.maven.surefire.report.SafeThrowable
-
- getLocalRepository() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getLocalRepository() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getLocatedClasses() - Method in class org.apache.maven.surefire.util.TestsToRun
-
- getLogMessage(String) - Method in class org.apache.maven.surefire.booter.Classpath
-
- getMainCliOptions() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getMainCliOptions() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getMainCliOptions() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
- getMatchers() - Method in class org.apache.maven.surefire.group.match.JoinGroupMatcher
-
- getMessage() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getMessage() - Method in error org.apache.maven.surefire.group.parse.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
A message relating to a non-successful termination.
- getMessage() - Method in class org.apache.maven.surefire.report.SafeThrowable
-
- getMessage() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- getMetadataSource() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getMethod() - Method in class org.apache.maven.surefire.common.junit4.ClassMethod
-
- getMethod(Object, String, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
-
- getMinSuccessRate() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
-
- getName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getName(Locale) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
- getName(Locale) - Method in class org.apache.maven.plugins.surefire.report.FailsafeReportMojo
- getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
-
- getName() - Method in class org.apache.maven.surefire.junit.JUnitTestSet
-
- getName() - Method in class org.apache.maven.surefire.junit.PojoTestSet
-
- getName() - Method in interface org.apache.maven.surefire.junit.SurefireTestSet
-
- getName() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
The name of the test case
- getName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- getNameWithGroup() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getNameWithGroup() - Method in class org.apache.maven.surefire.report.CategorizedReportEntry
-
- getNameWithGroup() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
A name of the test case together with the group or category (if any exists).
- getNameWithGroup() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- getNextToken() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Get the next Token.
- 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
-
- getNumberOfFlakes() - 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
-
- getOriginalSystemOut() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
-
The original system out belonging to the (possibly forked) surefire process.
- getOutput(boolean) - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.FailsafeReportMojo
-
- getOutputName() - Method in class org.apache.maven.plugins.surefire.report.SurefireReportMojo
-
- getPackageName() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
-
- getParallel() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getParallelTestsTimeoutForcedInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getParallelTestsTimeoutForcedInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getParallelTestsTimeoutForcedInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getParallelTestsTimeoutForcedInSeconds() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getParallelTestsTimeoutInSeconds() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getParallelTestsTimeoutInSeconds() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getParallelTestsTimeoutInSeconds() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getParallelTestsTimeoutInSeconds() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getParam() - Method in enum org.apache.maven.surefire.booter.Shutdown
-
- 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.failsafe.IntegrationTestMojo
-
- getPluginName() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getPluginName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getPluginName() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getPluginParameterTest() - Method in interface org.apache.maven.surefire.testset.GenericTestPattern
-
- getPluginParameterTest() - Method in class org.apache.maven.surefire.testset.TestListResolver
-
- getPriorities(Comparator<Priority>) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- getPrioritizedTestsByFailureFirst(List<Class<?>>) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- getPrioritizedTestsClassRunTime(List<Class<?>>, int) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
-
- getPriority() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
-
- 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.surefire.booter.PropertiesWrapper
-
- getProperty(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- getProviderClassName() - Method in class org.apache.maven.surefire.booter.StartupConfiguration
-
- getProviderClasspath() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
-
- getProviderClasspath(String, String, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
-
- getProviderClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- getProviderConfiguration() - Method in class org.apache.maven.surefire.booter.BooterDeserializer
-
- getProviderName() - Method in interface org.apache.maven.plugin.surefire.ProviderInfo
-
- getProviderProperties() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getProviderProperties() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getProviderProperties() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
The per-provider specific properties that may come all the way from the plugin's properties setting.
- getReader() - Static method in class org.apache.maven.surefire.booter.CommandReader
-
- getRemainingTestClasses() - Method in class org.apache.maven.surefire.common.junit4.Notifier
-
- 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(int) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
-
Used when getting reporters on the plugin side of a fork.
- getReporterConfiguration() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getReporterConfiguration() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getReporterConfiguration() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
The raw parameters used in creating the ReporterManagerFactory
- getReporterFactory() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getReporterFactory() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Provides features for creating reporting objects
- getReportFile(File, String, String, String) - Static method in class org.apache.maven.plugin.surefire.report.FileReporter
-
- getReportFormat() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getReportFormat() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
-
- getReportFormat() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getReportFormat() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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.failsafe.IntegrationTestMojo
-
- getReportsDirectory() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getReportsDirectory() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
-
- getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getReportsDirectory() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getReportsDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- getReportsDirectory() - Method in class org.apache.maven.surefire.report.ReporterConfiguration
-
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
-
- getRerunFailingTestsCount() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getRerunFailingTestsCount() - Method in class org.apache.maven.surefire.testset.TestRequest
-
How many times to rerun failing tests, issued with -Dsurefire.rerunFailingTestsCount from the command line.
- getRerunXmlTag() - Method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
-
- getResult() - Method in class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
-
- getResultType() - Method in class org.apache.maven.plugin.surefire.report.TestMethodStats
-
- getRunMethod(Class<?>) - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- getRunner(RunnerBuilder, Class<?>) - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- getRunOrder() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getRunOrder() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getRunOrder() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getRunOrder() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
-
- getRunOrder() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
-
- getRunOrderCalculator() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getRunOrderCalculator() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Provides a service to calculate run order of tests.
- getRunOrderParameters() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getRunResult() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getRunStatisticsFile() - Method in class org.apache.maven.surefire.testset.RunOrderParameters
-
- getRunTime() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
-
- getScanResult() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getScanResult() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Provides the result of the directory scan performed in the plugin
- 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
-
- getShutdown() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getShutdown() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getShutdown() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getShutdown() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getShutdown() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getShutdown() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
- getSkipAfterFailureCount() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getSkipAfterFailureCount() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getSkipAfterFailureCount() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getSkipAfterFailureCount() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getSkipAfterFailureCount() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getSkipAfterFailureCount() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Defaults to 0.
- getSkipped() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- getSkipped() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getSkipped() - Method in class org.apache.maven.surefire.suite.RunResult
-
- getSourceName() - Method in class org.apache.maven.plugin.surefire.report.WrappedReportEntry
-
- getSourceName() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
The class name of the test
- getSourceName() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- getSpecificTests() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getSpecificTests() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
-
- 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
-
- getStackTraceWriter() - Method in interface org.apache.maven.surefire.report.ReportEntry
-
The group/category of the testcase
- getStackTraceWriter() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- 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
-
- getString() - Method in class org.apache.maven.surefire.report.SmartStackTraceParser
-
- getStringKeySet() - Method in class org.apache.maven.plugin.surefire.SurefireProperties
-
- getStringList(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- getSuccessfulBuilds() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
-
- GetSuffix(int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Get the suffix.
- getSuite(RunnerBuilder, Class<?>[]) - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- getSuites() - Method in class org.apache.maven.surefire.junit.JUnit3Provider
-
- getSuites() - Method in class org.apache.maven.surefire.junit4.JUnit4Provider
-
- getSuites() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreProvider
-
- getSuites() - Method in interface org.apache.maven.surefire.providerapi.SurefireProvider
-
Determines the number of forks.
- getSuites() - Method in class org.apache.maven.surefire.testng.TestNGProvider
-
- getSuitesGroupByPackage(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
-
- getSuiteXmlFiles() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getSuiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getSuiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getSuiteXmlFiles() - Method in class org.apache.maven.surefire.testset.TestRequest
-
Represents suitexmlfiles that define the test-run request
- getSummary(List<ReportTestSuite>) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportParser
-
- getSummary() - Method in class org.apache.maven.surefire.report.RunStatistics
-
- getSummaryFile() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
-
Gets the default surefire reports directory for the specified project.
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.FailsafeReportMojo
-
- getSurefireReportsDirectory(MavenProject) - Method in class org.apache.maven.plugins.surefire.report.SurefireReportMojo
-
- 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
-
- getTabSize() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
- getTarget() - Method in class org.apache.maven.surefire.report.SafeThrowable
-
- getTempDirectory() - Method in class org.apache.maven.plugin.surefire.booterclient.ForkConfiguration
-
- getTest() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getTest() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getTest() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getTestArtifact() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getTestArtifactInfo() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getTestArtifactInfo() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Artifact info about the artifact used to autodetect provider
- getTestCases() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
-
- getTestClass() - Method in class org.apache.maven.surefire.junit.PojoTestSet
-
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- getTestClassesDirectory() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- getTestClassesDirectory() - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- getTestClassesDirectory() - Method in class org.apache.maven.surefire.testset.DirectoryScannerParameters
-
Returns the directory of the compiled classes, normally ${project.build.testOutputDirectory}
- getTestClassLoader() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getTestClassLoader() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
The class loader for the tests
- getTestClassMethodName() - Method in class org.apache.maven.plugin.surefire.report.TestMethodStats
-
- getTestClassName() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
- getTestClassName() - Method in class org.apache.maven.surefire.common.junit48.JUnit46StackTraceWriter
-
- getTestClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- getTestClassPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
-
Test class file pattern, e.g.
- getTestFailed() - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- getTestForFork() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getTestInterface() - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- getTestInterfaceRunMethod() - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- getTestListResolver() - Method in class org.apache.maven.surefire.testset.TestRequest
-
A specific test request issued with -Dtest= from the command line.
- getTestMethodName() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
- getTestMethodPattern() - Method in class org.apache.maven.surefire.testset.ResolvedTest
-
Test method, e.g.
- getTestMethodStats() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
-
- getTestName() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
-
- getTestNGArtifactName() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getTestRequest() - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- getTestRequest() - Method in interface org.apache.maven.surefire.providerapi.ProviderParameters
-
Contains information about requested test suites or individual tests from the command line.
- getTestResultClass() - Method in class org.apache.maven.surefire.common.junit3.JUnit3Reflector
-
- 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
-
- getTestSourceDirectory() - Method in class org.apache.maven.surefire.testset.TestRequest
-
Test source directory, normally ${project.build.testSourceDirectory}
- getTestSucceeded() - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- getTestSuiteDefinition() - Method in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- getTestVmSystemProperties() - Method in class org.apache.maven.plugin.surefire.StartupReportConfiguration
-
- getThreadCount() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getThreadCount() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getThreadCountClasses() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getThreadCountClasses() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getThreadCountMethods() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getThreadCountMethods() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getThreadCountSuites() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getThreadCountSuites() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- getThreadTestSet() - Static method in class org.apache.maven.surefire.junitcore.TestSet
-
- getThrowable() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
-
- getThrowable() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
Returns the exception associated with this failure.
- getThrowable() - Method in class org.apache.maven.surefire.report.LegacyPojoStackTraceWriter
-
- getThrowable() - Method in class org.apache.maven.surefire.report.PojoStackTraceWriter
-
- getThrowable() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
-
Retrieve the throwable for this writer.
- getTime() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- getTimeElapsed() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
-
- getToken(int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Get the specific Token.
- getToolchainManager() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getTotalRuntime() - Method in class org.apache.maven.plugin.surefire.runorder.PrioritizedTest
-
- getTotalRuntime() - Method in class org.apache.maven.plugin.surefire.runorder.Priority
-
- getTriggeredTests() - Method in class org.apache.maven.surefire.junitcore.pc.ShutdownResult
-
- getTypeEncodedValue(String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
Retrieves as single object that is persisted with type encoding
- getURL(File) - Static method in class org.apache.maven.surefire.util.UrlUtils
-
- getUseUnlimitedThreads() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getValue() - Method in class org.apache.maven.surefire.group.parse.Token
-
An optional attribute value of the Token.
- getVersion() - Method in class org.apache.maven.surefire.testset.TestArtifactInfo
-
- getWildcard() - Static method in class org.apache.maven.surefire.testset.TestListResolver
-
- getWorkingDirectory() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- getXmlTag() - Method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
-
- group() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
- GroupMatcher - Interface in org.apache.maven.surefire.group.match
-
Group Matcher
- GroupMatcherMethodSelector - Class in org.apache.maven.surefire.testng.utils
-
Method selector delegating to
GroupMatcher
to decide if a method is included or not.
- GroupMatcherMethodSelector() - Constructor for class org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
-
- GroupMatcherParser - Class in org.apache.maven.surefire.group.parse
-
- GroupMatcherParser(String) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
- GroupMatcherParser(InputStream) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Constructor with InputStream.
- GroupMatcherParser(InputStream, String) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Constructor with InputStream and supplied encoding
- GroupMatcherParser(Reader) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Constructor.
- GroupMatcherParser(GroupMatcherParserTokenManager) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Constructor with generated Token Manager.
- GroupMatcherParser.Op - Enum in org.apache.maven.surefire.group.parse
-
- GroupMatcherParserConstants - Interface in org.apache.maven.surefire.group.parse
-
Token literal values and constants.
- GroupMatcherParserTokenManager - Class in org.apache.maven.surefire.group.parse
-
Token Manager.
- GroupMatcherParserTokenManager(SimpleCharStream) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Constructor.
- GroupMatcherParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Constructor.
- RANDOM - Static variable in class org.apache.maven.surefire.util.RunOrder
-
- read() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandStream
-
Used by single thread in StreamFeeder class.
- readChar() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Read a character.
- ReflectionUtils - Class in org.apache.maven.surefire.util
-
- ReInit(InputStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Reinitialise.
- ReInit(GroupMatcherParserTokenManager) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Reinitialise.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.maven.surefire.junitcore.pc.Scheduler.ShutdownHandler
-
- releaseAllPermits() - Method in interface org.apache.maven.surefire.junitcore.pc.Balancer
-
- releasePermit() - Method in interface org.apache.maven.surefire.junitcore.pc.Balancer
-
Releases a permit, returning it to the balancer.
- 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
-
- remove(Object) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
-
- remove() - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
-
- remove() - Method in class org.apache.maven.surefire.util.CloseableIterator
-
- removeListener(CommandListener) - Method in class org.apache.maven.surefire.booter.CommandReader
-
- removeListener(RunListener) - Method in class org.apache.maven.surefire.common.junit4.Notifier
-
- removeListeners() - Method in class org.apache.maven.surefire.common.junit4.Notifier
-
- removeStream(TestLessInputStream) - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
- replay(RunListener) - Method in class org.apache.maven.surefire.junitcore.TestSet
-
- reportEntry(String, String, String, StackTraceWriter, Integer, String) - Static method in class org.apache.maven.surefire.report.CategorizedReportEntry
-
- ReportEntry - Interface in org.apache.maven.surefire.report
-
Describes a single entry for a test report
- ReportEntryType - Enum in org.apache.maven.plugin.surefire.report
-
Type of an entry in the report
- reporter - Variable in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- ReporterConfiguration - Class in org.apache.maven.surefire.report
-
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
- ReporterConfiguration(File, boolean) - Constructor for class org.apache.maven.surefire.report.ReporterConfiguration
-
- ReporterException - Exception in org.apache.maven.surefire.report
-
Exception occurring during report generation.
- ReporterException(String, Exception) - Constructor for exception org.apache.maven.surefire.report.ReporterException
-
- ReporterFactory - Interface in org.apache.maven.surefire.report
-
Used by the providers to request (per-thread) run listeners.
- reportExecution(SurefireReportParameters, RunResult, Log) - Static method in class org.apache.maven.plugin.surefire.SurefireHelper
-
- REPORTSDIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- 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
-
- REQUESTEDTEST - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- REQUESTEDTESTMETHOD - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- requireNonNull(T, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
-
- requireNonNull(T) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
-
- RERUN_FAILING_TESTS_COUNT - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- reset() - Method in class org.apache.maven.plugin.surefire.report.ConsoleReporter
-
- reset() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- reset() - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
-
- resolveArtifact(Artifact, Artifact) - Method in class org.apache.maven.plugin.surefire.SurefireDependencyResolver
-
- ResolvedTest - Class in org.apache.maven.surefire.testset
-
Single pattern test filter resolved from multi pattern filter -Dtest=MyTest#test,AnotherTest#otherTest.
- ResolvedTest(String, String, boolean) - Constructor for class org.apache.maven.surefire.testset.ResolvedTest
-
'*' means zero or more characters
'?' means one and only one character
The pattern %regex[] prefix and suffix does not appear.
- ResolvedTest(ResolvedTest.Type, String, boolean) - Constructor for class org.apache.maven.surefire.testset.ResolvedTest
-
The regex pattern
is always unwrapped.
- ResolvedTest.Type - Enum in org.apache.maven.surefire.testset
-
Type of patterns in ResolvedTest constructor.
- rethrowAnyTestMechanismFailures(Result) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- returnNumber(int) - Static method in class org.apache.maven.plugin.surefire.booterclient.ForkNumberBucket
-
- REVERSE_ALPHABETICAL - Static variable in class org.apache.maven.surefire.util.RunOrder
-
- RPAREN - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
-
RegularExpression Id.
- run(SurefireProperties, DefaultScanResult) - Method in class org.apache.maven.plugin.surefire.booterclient.ForkStarter
-
- RUN_ORDER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- RUN_STATISTICS_FILE - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- RunEntryStatistics - Class in org.apache.maven.plugin.surefire.runorder
-
- RunEntryStatisticsMap - Class in org.apache.maven.plugin.surefire.runorder
-
- RunEntryStatisticsMap(Map<String, RunEntryStatistics>) - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- RunEntryStatisticsMap() - Constructor for class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- RunListener - Interface in org.apache.maven.surefire.report
-
Used by providers to report results.
- RunOrder - Class in org.apache.maven.surefire.util
-
A RunOrder specifies the order in which the tests will be run.
- RunOrderCalculator - Interface in org.apache.maven.surefire.util
-
- RunOrderParameters - Class in org.apache.maven.surefire.testset
-
- RunOrderParameters(RunOrder[], File) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
-
- RunOrderParameters(String, String) - Constructor for class org.apache.maven.surefire.testset.RunOrderParameters
-
- RunResult - Class in org.apache.maven.surefire.suite
-
Represents a test-run-result; this may be from a single test run or an aggregated result.
- RunResult(int, int, int, int) - Constructor for class org.apache.maven.surefire.suite.RunResult
-
- RunResult(int, int, int, int, int) - Constructor for class org.apache.maven.surefire.suite.RunResult
-
- RunResult(int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.suite.RunResult
-
- RunResult(int, int, int, int, int, String, boolean) - Constructor for class org.apache.maven.surefire.suite.RunResult
-
- 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
-
- SafeThrowable - Class in org.apache.maven.surefire.report
-
Guards against misbehaving throwables
- SafeThrowable(Throwable) - Constructor for class org.apache.maven.surefire.report.SafeThrowable
-
- scan() - Method in class org.apache.maven.plugin.surefire.util.DependencyScanner
-
- scan() - Method in class org.apache.maven.plugin.surefire.util.DirectoryScanner
-
- ScannerFilter - Interface in org.apache.maven.surefire.util
-
- ScanResult - Interface in org.apache.maven.surefire.util
-
- schedule(Runnable) - Method in class org.apache.maven.surefire.junitcore.AsynchronousRunner
-
Deprecated.
- schedule(Runnable) - Method in class org.apache.maven.surefire.junitcore.pc.Scheduler
-
- schedule(Runnable) - Method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
- Scheduler - Class in org.apache.maven.surefire.junitcore.pc
-
Schedules tests, controls thread resources, awaiting tests and other schedulers finished, and
a master scheduler can shutdown slaves.
- Scheduler(ConsoleLogger, Description, SchedulingStrategy) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
Use e.g.
- Scheduler(ConsoleLogger, Description, SchedulingStrategy, int) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
Should be used if schedulers in parallel children and parent use one instance of bounded thread pool.
- Scheduler(ConsoleLogger, Description, SchedulingStrategy, Balancer) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
New instances should be used by schedulers with limited concurrency by balancer
against other groups of schedulers.
- Scheduler(ConsoleLogger, Description, Scheduler, SchedulingStrategy, Balancer) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
Can be used by e.g.
- Scheduler(ConsoleLogger, Description, Scheduler, SchedulingStrategy, int) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
- Scheduler(ConsoleLogger, Description, Scheduler, SchedulingStrategy) - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler
-
- Scheduler.ShutdownHandler - Class in org.apache.maven.surefire.junitcore.pc
-
There is a way to shutdown the hierarchy of schedulers.
- SchedulingStrategies - Class in org.apache.maven.surefire.junitcore.pc
-
- SchedulingStrategies() - Constructor for class org.apache.maven.surefire.junitcore.pc.SchedulingStrategies
-
- SchedulingStrategy - Class in org.apache.maven.surefire.junitcore.pc
-
Specifies the strategy of scheduling whether sequential, or parallel.
- SchedulingStrategy(ConsoleLogger) - Constructor for class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
- serialize(File) - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatisticsMap
-
- set(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.report.ConsoleOutputReceiverForCurrentThread
-
- set(int, int, int, int, int) - Method in class org.apache.maven.surefire.report.RunStatistics
-
- SET_COMPLETED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
-
- SET_STARTED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
-
- setAdditionalClasspathElements(String[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setAllScheduled(RunListener) - Method in class org.apache.maven.surefire.junitcore.TestSet
-
- 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
-
- setAsSystemProperties() - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- setBasedir(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setBasedir(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setBasedir(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setBasedir(File) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setClassesDirectory(File) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setClassLoaders(ClassLoader) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setClassName(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- setClasspath(String, Classpath) - Method in class org.apache.maven.plugin.surefire.SurefireProperties
-
- setClasspath(String, Classpath) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setDebugForkedProcess(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setDebugForkedProcess(String) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setDebugStream(PrintStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Set debug output.
- setDefaultShutdownHandler(Scheduler.ShutdownHandler) - Method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
- setDependenciesToScan(String[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setDirectoryScannerParameters(DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setDirectoryScannerParameters(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setDisableXmlReport(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setEnableAssertions(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setFailIfNoSpecifiedTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setFailIfNoSpecifiedTests(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setFailIfNoTests(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setFailIfNoTests(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setFailIfNoTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setFailure(String, String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- setFailureDetail(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- setFailureErrorLine(String) - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
-
- setFlushReceiverProvider(FlushReceiverProvider) - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractForkInputStream
-
- setForkedProcessTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setForkedProcessTimeoutInSeconds(int) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setForkedProcessTimeoutInSeconds(int) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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
-
- setGroupMatcher(GroupMatcher) - Static method in class org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
-
- setGroups(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setGroups(String, String) - Static method in class org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
-
- setIfDirScannerAware(Object, DirectoryScannerParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setIncludes(List<String>) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setIncludes(List<String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setIncludes(List<String>) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setIncludes(List<String>) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setJunitArtifactName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setLocalRepository(ArtifactRepository) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setMainCliOptions(List<CommandLineOption>) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setMainCliOptions(Object, List<CommandLineOption>) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- 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
-
- setNumberOfFlakes(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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setParallelTestsTimeoutForcedInSeconds(double) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setParallelTestsTimeoutForcedInSeconds(double) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setParallelTestsTimeoutInSeconds(double) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setParallelTestsTimeoutInSeconds(double) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setParallelTestsTimeoutInSeconds(double) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setPrintSummary(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setPrintSummary(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setPriority(int) - Method in class org.apache.maven.plugin.surefire.runorder.Priority
-
- 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
-
- setProperty(String, String) - Method in class org.apache.maven.surefire.booter.PropertiesWrapper
-
- setProviderProperties(Map<String, String>) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setProviderPropertiesAware(Object, Map<String, String>) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setRedirectTestOutputToFile(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.apache.maven.surefire.junitcore.pc.Scheduler.ShutdownHandler
-
- setRemoteRepositories(List<ArtifactRepository>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setReporterConfiguration(ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setReporterConfigurationAware(Object, ReporterConfiguration) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setReportFormat(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setReportFormat(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setReportFormat(String) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setReportNameSuffix(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setReportsDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setReportsDirectory(File) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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.failsafe.IntegrationTestMojo
-
- setRunOrder(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setRunOrder(String) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setRunOrderParameters(RunOrderParameters) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setRunOrderParameters(Object, RunOrderParameters) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setSession(MavenSession) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setShutdown(Shutdown) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setShutdown(Shutdown) - Method in class org.apache.maven.surefire.booter.CommandReader
-
- setShutdown(Shutdown) - Method in interface org.apache.maven.surefire.booter.ShutdownAware
-
- setShutdown(Object, Shutdown) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setSkip(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setSkip(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setSkip(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setSkip(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setSkipAfterFailureCount(int) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setSkipAfterFailureCount(Object, int) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
Deprecated.
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
Deprecated.
- setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setSkipExec(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setSkipExec(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setSkipITs(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setSkipITs(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setSkipOnNextTest() - Method in class org.apache.maven.surefire.testng.utils.FailFastEventsSingleton
-
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setSkipTests(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setSkipTests(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setSuiteXmlFiles(File[]) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setSummaryFile(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setSystemProperties(Properties) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setSystemProperties(File) - Static method in class org.apache.maven.surefire.booter.SystemPropertyManager
-
- setSystemPropertiesFile(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setSystemPropertyVariables(Map<String, String>) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setTabSize(int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
- Setter(String, Class<?>) - Constructor for class org.apache.maven.surefire.testng.conf.AbstractDirectConfigurator.Setter
-
- setTest(String) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setTest(String) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setTest(String) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setTestArtifactInfo(TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setTestArtifactInfoAware(Object, TestArtifactInfo) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setTestClassesDirectory(File) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setTestClassesDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setTestClassLoaderAware(Object, ClassLoader) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-
- setTestFailureIgnore(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setTestFailureIgnore(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireReportParameters
-
- setTestListResolver(TestListResolver) - Static method in class org.apache.maven.surefire.testng.utils.MethodSelector
-
- setTestMethods(List<ITestNGMethod>) - Method in class org.apache.maven.surefire.testng.utils.GroupMatcherMethodSelector
-
- setTestMethods(List) - Method in class org.apache.maven.surefire.testng.utils.MethodSelector
-
- setTestNGArtifactName(String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setTestRequest(TestRequest) - Method in class org.apache.maven.surefire.booter.BaseProviderFactory
-
- setTestSourceDirectory(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setTestSourceDirectory(File) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setTestSuiteDefinitionAware(Object, TestRequest) - Method in class org.apache.maven.surefire.booter.SurefireReflector
-
- 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 class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setUseFile(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setUseFile(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setUseManifestOnlyJar(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setUseManifestOnlyJar(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setUseManifestOnlyJar(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setUseSystemClassLoader(boolean) - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- setUseSystemClassLoader(boolean) - Method in interface org.apache.maven.plugin.surefire.SurefireExecutionParameters
-
- setUseSystemClassLoader(boolean) - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- setUseUnlimitedThreads(boolean) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- setWorkingDirectory(File) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- shouldRun(C, M) - Method in interface org.apache.maven.surefire.testset.TestFilter
-
- shouldRun(Class<?>, String) - Method in class org.apache.maven.surefire.testset.TestListResolver
-
- shouldRun(String, String) - Method in class org.apache.maven.surefire.testset.TestListResolver
-
Returns true
if satisfies testClassFile
and methodName
filter.
- showToLog(SurefireProperties, Log, String) - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- shutdown(Shutdown) - Method in interface org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
-
- shutdown(Shutdown) - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream
-
- shutdown(Shutdown) - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
-
- SHUTDOWN - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- Shutdown - Enum in org.apache.maven.surefire.booter
-
Specifies the way how the forked jvm should be terminated after
class AbstractCommandStream is closed and CTRL+C.
- ShutdownAware - Interface in org.apache.maven.surefire.booter
-
See the plugin configuration parameter shutdown.
- ShutdownHandler() - Constructor for class org.apache.maven.surefire.junitcore.pc.Scheduler.ShutdownHandler
-
- ShutdownResult - Class in org.apache.maven.surefire.junitcore.pc
-
Populates collection triggeredTests
of descriptions started before shutting down.
- ShutdownResult(Collection<Description>, Collection<Description>) - Constructor for class org.apache.maven.surefire.junitcore.pc.ShutdownResult
-
- shutdownThreadPoolsAwaitingKilled() - Method in class org.apache.maven.surefire.junitcore.pc.Scheduler
-
- SimpleCharStream - Class in org.apache.maven.surefire.group.parse
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Constructor.
- SimpleReportEntry - Class in org.apache.maven.surefire.report
-
- SimpleReportEntry() - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
-
- SimpleReportEntry(String, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
-
- SimpleReportEntry(String, String, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
-
- SimpleReportEntry(String, String, StackTraceWriter, Integer, String) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
-
- SimpleReportEntry(String, String, StackTraceWriter, Integer) - Constructor for class org.apache.maven.surefire.report.SimpleReportEntry
-
- SingleGroupMatcher - Class in org.apache.maven.surefire.group.match
-
Single group matcher
- SingleGroupMatcher(String) - Constructor for class org.apache.maven.surefire.group.match.SingleGroupMatcher
-
- size() - Method in class org.apache.maven.surefire.util.DefaultScanResult
-
- size() - Method in interface org.apache.maven.surefire.util.ScanResult
-
- skip - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
Set this to "true" to bypass unit tests entirely.
- SKIP_SINCE_NEXT_TEST - Static variable in class org.apache.maven.surefire.booter.Command
-
- skipExec - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- skipSinceNextTest() - Method in interface org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
-
Sends an event to a fork jvm in order to skip tests.
- skipSinceNextTest() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream
-
- skipSinceNextTest() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestProvidingInputStream
-
- skipTests - Variable in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
Set this to "true" to skip running tests, but still compile them.
- SmartStackTraceParser - Class in org.apache.maven.surefire.report
-
- SmartStackTraceParser(Class, Throwable) - Constructor for class org.apache.maven.surefire.report.SmartStackTraceParser
-
- SmartStackTraceParser(String, Throwable, String) - Constructor for class org.apache.maven.surefire.report.SmartStackTraceParser
-
- smartTrimmedStackTrace() - Method in class org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
-
- smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
- smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.report.LegacyPojoStackTraceWriter
-
- smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.report.PojoStackTraceWriter
-
- smartTrimmedStackTrace() - Method in interface org.apache.maven.surefire.report.StackTraceWriter
-
Get the "smart" trimmed (1-2 lines) stacktrace.
- SOURCE_DIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- specialToken - Variable in class org.apache.maven.surefire.group.parse.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SPECIFIC_TEST_PROPERTY_PREFIX - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- SpecificFileFilter - Class in org.apache.maven.plugin.surefire.util
-
Deprecated.
- SpecificFileFilter(String[]) - Constructor for class org.apache.maven.plugin.surefire.util.SpecificFileFilter
-
Deprecated.
- SpecificTestClassFilter - Class in org.apache.maven.surefire
-
Filter for test class files
- SpecificTestClassFilter(String[]) - Constructor for class org.apache.maven.surefire.SpecificTestClassFilter
-
- split(String, String) - Static method in class org.apache.maven.surefire.util.internal.StringUtils
-
- stackTraceWithFocusOnClassAsString(Throwable, String) - Static method in class org.apache.maven.surefire.report.SmartStackTraceParser
-
- StackTraceWriter - Interface in org.apache.maven.surefire.report
-
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
- startCapture(ConsoleOutputReceiver) - Static method in class org.apache.maven.surefire.report.ConsoleOutputCapture
-
- startElement(String, String, String, Attributes) - Method in class org.apache.maven.plugins.surefire.report.TestSuiteXmlParser
- StartupConfiguration - Class in org.apache.maven.surefire.booter
-
Configuration that is used by the SurefireStarter but does not make it into the provider itself.
- StartupConfiguration(String, ClasspathConfiguration, ClassLoaderConfiguration, boolean, boolean) - Constructor for class org.apache.maven.surefire.booter.StartupConfiguration
-
- 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
-
- STATIC_LEXER_ERROR - Static variable in error org.apache.maven.surefire.group.parse.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
Whether parser is static.
- StatisticsReporter - Class in org.apache.maven.plugin.surefire.runorder
-
- StatisticsReporter(File) - Constructor for class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
-
- stop() - Method in class org.apache.maven.surefire.booter.CommandReader
-
- stop() - Method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
Stops scheduling new tasks (e.g.
- stopNow() - Method in class org.apache.maven.surefire.junitcore.pc.SchedulingStrategy
-
Stops scheduling new tasks and interrupts running tasks
(e.g.
- stopOnNextTest() - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
-
- Stoppable - Interface in org.apache.maven.surefire.testng.utils
-
Covers configuration parameter skipAfterFailureCount.
- STRING - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
-
RegularExpression Id.
- StringUtils - Class in org.apache.maven.surefire.util.internal
-
Common String
manipulation routines.
- StringUtils() - Constructor for class org.apache.maven.surefire.util.internal.StringUtils
-
- stripEnd(String, String) - Static method in class org.apache.maven.surefire.booter.StartupConfiguration
-
Strip any of a supplied String from the end of a String.
- 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
-
- SUCCESS - Static variable in class org.apache.maven.surefire.suite.RunResult
-
- suiteXmlFiles() - Method in class org.apache.maven.plugin.failsafe.IntegrationTestMojo
-
- suiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.AbstractSurefireMojo
-
- suiteXmlFiles() - Method in class org.apache.maven.plugin.surefire.SurefirePlugin
-
- SUREFIRE_CLASSPATH - Static variable in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- SurefireBooterForkException - Exception in org.apache.maven.surefire.booter
-
Encapsulates exceptions thrown during Surefire forking.
- SurefireBooterForkException(String, Throwable) - Constructor for exception org.apache.maven.surefire.booter.SurefireBooterForkException
-
- SurefireBooterForkException(String) - Constructor for exception org.apache.maven.surefire.booter.SurefireBooterForkException
-
- 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
-
- SurefireExecutionException - Exception in org.apache.maven.surefire.booter
-
An error occurring during the invocation of Surefire via an alternate class loader.
- SurefireExecutionException(String, Throwable) - Constructor for exception org.apache.maven.surefire.booter.SurefireExecutionException
-
- 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
- SurefirePlugin - Class in org.apache.maven.plugin.surefire
-
Run tests using Surefire.
- SurefirePlugin() - Constructor for class org.apache.maven.plugin.surefire.SurefirePlugin
-
- 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
-
- SurefireProvider - Interface in org.apache.maven.surefire.providerapi
-
Interface to be implemented by all Surefire providers.
- SurefireReflectionException - Exception in org.apache.maven.surefire.util
-
Exception indicating that surefire had problems with reflection.
- SurefireReflectionException(Throwable) - Constructor for exception org.apache.maven.surefire.util.SurefireReflectionException
-
Create a SurefireReflectionException
with the specified cause.
- SurefireReflector - Class in org.apache.maven.surefire.booter
-
Does reflection based invocation of the surefire methods.
- SurefireReflector(ClassLoader) - Constructor for class org.apache.maven.surefire.booter.SurefireReflector
-
- SurefireReportGenerator - Class in org.apache.maven.plugins.surefire.report
-
- SurefireReportGenerator(List<File>, Locale, boolean, String) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportGenerator
-
- SurefireReportMojo - Class in org.apache.maven.plugins.surefire.report
-
Creates a nicely formatted Surefire Test Report in html format.
- SurefireReportMojo() - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportMojo
-
- SurefireReportOnlyMojo - Class in org.apache.maven.plugins.surefire.report
-
Creates a nicely formatted Surefire Test Report in html format.
- SurefireReportOnlyMojo() - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportOnlyMojo
-
- 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(List<File>, Locale) - Constructor for class org.apache.maven.plugins.surefire.report.SurefireReportParser
-
- SurefireTestSet - Interface in org.apache.maven.surefire.junit
-
Describes a single test set
- SwitchTo(int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
-
Switch to specified lex state.
- SystemPropertyManager - Class in org.apache.maven.surefire.booter
-
- SystemPropertyManager() - Constructor for class org.apache.maven.surefire.booter.SystemPropertyManager
-
- tabSize - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
- TEST_CLASSES_DIRECTORY - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- TEST_COMPLETED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
-
- TEST_SET_FINISHED - Static variable in class org.apache.maven.surefire.booter.Command
-
- TEST_SKIPPED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
-
- TEST_STARTED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
-
- TEST_SUITE_XML_FILES - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- TESTARTIFACT_CLASSIFIER - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- TESTARTIFACT_VERSION - Static variable in class org.apache.maven.surefire.booter.BooterConstants
-
- TestArtifactInfo - Class in org.apache.maven.surefire.testset
-
Contains information about the detected test artifact
- TestArtifactInfo(String, String) - Constructor for class org.apache.maven.surefire.testset.TestArtifactInfo
-
- testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
-
- testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testAssumptionFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testAssumptionFailure(Failure) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- testAssumptionFailure(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test assumption failure was encountered.
- 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.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
-
- testError(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testError(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testError(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testError(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test ended with an error (non anticipated problem)
- testExecutionSkippedByUser() - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
-
- testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
- testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testExecutionSkippedByUser() - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired skipping an execution of remaining test-set in other fork(s); or does nothing if no forks.
- testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
-
- testFailed(ReportEntry) - Method in class org.apache.maven.plugin.surefire.runorder.StatisticsReporter
-
- testFailed(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testFailed(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testFailed(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testFailed(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test ended with a failure (anticipated problem)
- testFailure(WrappedReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- testFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has failed.
- testFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
-
- testFailure(Failure) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- TestFilter<C,M> - Interface in org.apache.maven.surefire.testset
-
Generic interface of test filter.
- testFinished(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called after a specific test has finished.
- testFinished(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- testIgnored(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has been skipped (for whatever reason).
- testIgnored(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- TestLessInputStream - Class in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
-
Dispatches commands without tests.
- TestLessInputStream.TestLessInputStreamBuilder - Class in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
-
Builds
streams
, registers cachable commands
and provides accessible API to dispatch immediate commands to all atomically
alive streams.
- TestLessInputStreamBuilder() - Constructor for class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
- TestListenerInvocationHandler - Class in org.apache.maven.surefire.junit
-
Invocation Handler for TestListener proxies to delegate to our
RunListener
- TestListenerInvocationHandler(RunListener) - Constructor for class org.apache.maven.surefire.junit.TestListenerInvocationHandler
-
- TestListResolver - Class in org.apache.maven.surefire.testset
-
Resolved multi pattern filter e.g.
- TestListResolver(Collection<String>) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
-
- TestListResolver(String) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
-
- TestListResolver(Collection<String>, Collection<String>) - Constructor for class org.apache.maven.surefire.testset.TestListResolver
-
- 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
-
- TestNG4751Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 4.7 and 5.1 configurator.
- TestNG4751Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG4751Configurator
-
- TestNG510Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 5.10 configurator.
- TestNG510Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG510Configurator
-
- TestNG513Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 5.13 configurator.
- TestNG513Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG513Configurator
-
- TestNG5141Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 5.14.1 configurator.
- TestNG5141Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG5141Configurator
-
- TestNG5143Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 5.14.3 configurator.
- TestNG5143Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG5143Configurator
-
- TestNG52Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 5.2 configurator.
- TestNG52Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG52Configurator
-
- TestNG60Configurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG 6.0 configurator.
- TestNG60Configurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNG60Configurator
-
- TESTNG_EXCLUDEDGROUPS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- TESTNG_GROUPS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- TestNGMapConfigurator - Class in org.apache.maven.surefire.testng.conf
-
TestNG configurator for 5.3+ versions.
- TestNGMapConfigurator() - Constructor for class org.apache.maven.surefire.testng.conf.TestNGMapConfigurator
-
- TestNGProvider - Class in org.apache.maven.surefire.testng
-
- TestNGProvider(ProviderParameters) - Constructor for class org.apache.maven.surefire.testng.TestNGProvider
-
- TestNGReporter - Class in org.apache.maven.surefire.testng
-
Listens for and provides and adaptor layer so that
TestNG tests can report their status to the current
RunListener
.
- TestNGReporter(RunListener) - Constructor for class org.apache.maven.surefire.testng.TestNGReporter
-
Constructs a new instance that will listen to
test updates from a TestNG
class instance.
- 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
- TestRequest - Class in org.apache.maven.surefire.testset
-
Information about the requested test.
- TestRequest(List, File, TestListResolver) - Constructor for class org.apache.maven.surefire.testset.TestRequest
-
- TestRequest(List, File, TestListResolver, int) - Constructor for class org.apache.maven.surefire.testset.TestRequest
-
- testRunFinished(Result) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
-
- testRunFinished(Result) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- testRunStarted(Description) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
-
Called right before any tests from a specific class are run.
- testRunStarted(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- TESTS_SUCCEEDED_EXIT_CODE - Static variable in class org.apache.maven.surefire.booter.ProviderConfiguration
-
- TestSet - Class in org.apache.maven.surefire.junitcore
-
* Represents the test-state of a testset that is run.
- TestSet(Description) - Constructor for class org.apache.maven.surefire.junitcore.TestSet
-
- 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
-
- testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testSetCompleted(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Indicates end of a given test-set
- TestSetFailedException - Exception in org.apache.maven.surefire.testset
-
Exception that indicates a test failed.
- TestSetFailedException(String) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
-
Create a TestFailedException
with a detail message.
- TestSetFailedException(String, Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
-
Create a TestFailedException
with the specified detail
message and cause.
- TestSetFailedException(Throwable) - Constructor for exception org.apache.maven.surefire.testset.TestSetFailedException
-
Create a TestFailedException
with the specified cause.
- 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.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
-
- testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testSetStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Indicates the start of a given test-set
- 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.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
-
- testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testSkipped(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test is skipped
- testSkippedByUser(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testStart() - Method in class org.apache.maven.plugin.surefire.report.TestSetStats
-
- testStarted(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has started.
- testStarted(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
-
- testStarting(ReportEntry) - Method in class org.apache.maven.plugin.surefire.report.TestSetRunListener
-
- testStarting(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testStarting(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testStarting(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testStarting(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test is about to start
- TestsToRun - Class in org.apache.maven.surefire.util
-
Contains all the tests that have been found according to specified include/exclude
specification for a given surefire run.
- TestsToRun(Set<Class<?>>) - Constructor for class org.apache.maven.surefire.util.TestsToRun
-
Constructor
- testSucceeded(ReportEntry) - Method in class org.apache.maven.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
-
- testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.booter.ForkingRunListener
-
- testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
-
- testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
-
- testSucceeded(ReportEntry) - Method in interface org.apache.maven.surefire.report.RunListener
-
Event fired when a test ended successfully
- 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_KEY - Static variable in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- THREADCOUNT_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- THREADCOUNTCLASSES_KEY - Static variable in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- THREADCOUNTCLASSES_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- THREADCOUNTMETHODS_KEY - Static variable in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- THREADCOUNTMETHODS_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- THREADCOUNTSUITES_KEY - Static variable in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- THREADCOUNTSUITES_PROP - Static variable in class org.apache.maven.surefire.booter.ProviderParameterNames
-
- ThreadedExecutionScheduler - Class in org.apache.maven.plugin.surefire.runorder
-
- ThreadedExecutionScheduler(int) - Constructor for class org.apache.maven.plugin.surefire.runorder.ThreadedExecutionScheduler
-
- 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
-
- timeout(RunResult) - Static method in class org.apache.maven.surefire.suite.RunResult
-
- toClassFileName(Class<?>) - Static method in class org.apache.maven.surefire.testset.TestListResolver
-
- toClassFileName(String) - Static method in class org.apache.maven.surefire.testset.TestListResolver
-
- token - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Current token.
- Token - Class in org.apache.maven.surefire.group.parse
-
Describes the input token stream.
- Token() - Constructor for class org.apache.maven.surefire.group.parse.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.maven.surefire.group.parse.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.maven.surefire.group.parse.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.apache.maven.surefire.group.parse.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- TokenMgrError - Error in org.apache.maven.surefire.group.parse
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
-
No arg constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
-
Full Constructor.
- toRunClass(String) - Static method in class org.apache.maven.surefire.booter.Command
-
- toShutdown(Shutdown) - Static method in class org.apache.maven.surefire.booter.Command
-
- toShutdownData() - Method in class org.apache.maven.surefire.booter.Command
-
- toString() - Method in class org.apache.maven.plugin.surefire.runorder.RunEntryStatistics
-
- toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestCase
- toString() - Method in class org.apache.maven.plugins.surefire.report.ReportTestSuite
- toString() - Method in class org.apache.maven.surefire.booter.IsolatedClassLoader
-
- toString() - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
-
- toString() - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
-
- toString() - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
-
- toString() - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
-
- toString() - Method in class org.apache.maven.surefire.group.parse.Token
-
Returns the image.
- toString() - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
-
Deprecated.
- toString() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreParameters
-
- toString() - Method in class org.apache.maven.surefire.report.SimpleReportEntry
-
- toString() - Method in class org.apache.maven.surefire.testset.ResolvedTest
-
- toString() - Method in class org.apache.maven.surefire.testset.TestListResolver
-
- toString() - Method in class org.apache.maven.surefire.util.internal.ByteBuffer
-
- toString() - Method in class org.apache.maven.surefire.util.RunOrder
-
- toString() - Method in class org.apache.maven.surefire.util.TestsToRun
-
- toStrings(Collection<CommandLineOption>) - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
-
- trace_enabled() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
Trace enabled.
- trackLineColumn - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
-
- trickClassPathWhenManifestOnlyClasspath() - Method in class org.apache.maven.surefire.booter.ClasspathConfiguration
-
- tryFlush() - Method in class org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractForkInputStream
-
- tryGetMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
-
- tryLoadClass(ClassLoader, String) - Static method in class org.apache.maven.surefire.util.ReflectionUtils
-
- tryToTimeout(long, int) - Method in class org.apache.maven.plugin.surefire.booterclient.output.ForkClient
-
Called in concurrent Thread.
- TypeEncodedValue - Class in org.apache.maven.surefire.booter
-
- TypeEncodedValue(String, String) - Constructor for class org.apache.maven.surefire.booter.TypeEncodedValue
-
- value() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
-
- valueOf(String) - Static method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.surefire.booter.MasterProcessCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.surefire.booter.Shutdown
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.surefire.group.parse.GroupMatcherParser.Op
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.maven.surefire.testset.ResolvedTest.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.apache.maven.surefire.util.RunOrder
-
- valueOfMulti(String) - Static method in class org.apache.maven.surefire.util.RunOrder
-
Returns the specified RunOrder
- values() - Static method in enum org.apache.maven.plugin.surefire.report.ReportEntryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.surefire.booter.MasterProcessCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.surefire.booter.Shutdown
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.surefire.cli.CommandLineOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.surefire.group.parse.GroupMatcherParser.Op
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.maven.surefire.testset.ResolvedTest.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerifyMojo - Class in org.apache.maven.plugin.failsafe
-
Verify integration tests ran using Surefire.
- VerifyMojo() - Constructor for class org.apache.maven.plugin.failsafe.VerifyMojo
-
- verifyParameters() - Method in class org.apache.maven.plugin.failsafe.VerifyMojo
-