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