Uses of Interface
org.apache.maven.surefire.report.TestSetReportEntry
-
-
Uses of TestSetReportEntry in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type TestSetReportEntry Modifier and Type Method Description void
ForkClient.TestSetCompletedListener. handle(RunMode runMode, TestSetReportEntry reportEntry)
void
ForkClient.TestSetStartingListener. handle(RunMode runMode, TestSetReportEntry reportEntry)
-
Uses of TestSetReportEntry in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement TestSetReportEntry Modifier and Type Class Description class
WrappedReportEntry
Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetReportEntry Modifier and Type Method Description void
ConsoleOutputFileReporter. testSetCompleted(TestSetReportEntry report)
void
DirectConsoleOutput. testSetCompleted(TestSetReportEntry report)
void
NullConsoleOutputReceiver. testSetCompleted(TestSetReportEntry report)
void
TestcycleConsoleOutputReceiver. testSetCompleted(TestSetReportEntry report)
void
TestSetRunListener. testSetCompleted(TestSetReportEntry report)
void
ConsoleOutputFileReporter. testSetStarting(TestSetReportEntry reportEntry)
void
ConsoleReporter. testSetStarting(TestSetReportEntry report)
void
DirectConsoleOutput. testSetStarting(TestSetReportEntry reportEntry)
void
NullConsoleOutputReceiver. testSetStarting(TestSetReportEntry reportEntry)
void
NullConsoleReporter. testSetStarting(TestSetReportEntry report)
void
TestcycleConsoleOutputReceiver. testSetStarting(TestSetReportEntry reportEntry)
void
TestSetRunListener. testSetStarting(TestSetReportEntry report)
private WrappedReportEntry
TestSetRunListener. wrapTestSet(TestSetReportEntry other)
-
Uses of TestSetReportEntry in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type TestSetReportEntry Modifier and Type Method Description void
ForkingRunListener. testSetCompleted(TestSetReportEntry report)
void
ForkingRunListener. testSetStarting(TestSetReportEntry report)
-
Uses of TestSetReportEntry in org.apache.maven.surefire.extensions
Classes in org.apache.maven.surefire.extensions with type parameters of type TestSetReportEntry Modifier and Type Class Description class
StatelessReporter<R extends TestSetReportEntry,S,C extends StatelessReportMojoConfiguration>
Extension for stateless reporter.interface
StatelessReportEventListener<R extends TestSetReportEntry,S>
Creates a report upon handled event "testSetCompleted".class
StatelessTestsetInfoConsoleReportEventListener<R extends TestSetReportEntry,S>
Extension listener for stateless console reporter of test-set.class
StatelessTestsetInfoFileReportEventListener<R extends TestSetReportEntry,S>
Extension listener for stateless file reporter of test-set.class
StatelessTestsetInfoReporter<R extends TestSetReportEntry,S>
Extension listener for stateless file and console reporter of test-set.Methods in org.apache.maven.surefire.extensions with parameters of type TestSetReportEntry Modifier and Type Method Description void
ConsoleOutputReportEventListener. testSetCompleted(TestSetReportEntry report)
void
ConsoleOutputReportEventListener. testSetStarting(TestSetReportEntry report)
abstract void
StatelessTestsetInfoConsoleReportEventListener. testSetStarting(TestSetReportEntry report)
-
Uses of TestSetReportEntry in org.apache.maven.surefire.junit4
Methods in org.apache.maven.surefire.junit4 with parameters of type TestSetReportEntry Modifier and Type Method Description void
MockReporter. testSetCompleted(TestSetReportEntry report)
void
MockReporter. testSetStarting(TestSetReportEntry report)
-
Uses of TestSetReportEntry in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return TestSetReportEntry Modifier and Type Method Description private TestSetReportEntry
TestSet. createReportEntry(java.lang.Integer elapsed, java.util.Map<java.lang.String,java.lang.String> systemProps)
private TestSetReportEntry
TestSet. createReportEntryCompleted(int elapsed)
private TestSetReportEntry
NonConcurrentRunListener. createReportEntryForTestSet(org.junit.runner.Description description, java.util.Map<java.lang.String,java.lang.String> systemProps)
private TestSetReportEntry
TestSet. createReportEntryStarted()
private TestSetReportEntry
NonConcurrentRunListener. createTestSetReportEntryFinished(org.junit.runner.Description description)
private TestSetReportEntry
NonConcurrentRunListener. createTestSetReportEntryStarted(org.junit.runner.Description description)
Methods in org.apache.maven.surefire.junitcore with parameters of type TestSetReportEntry Modifier and Type Method Description void
ConcurrentRunListener. testSetCompleted(TestSetReportEntry result)
void
ConcurrentRunListener. testSetStarting(TestSetReportEntry description)
-
Uses of TestSetReportEntry in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement TestSetReportEntry Modifier and Type Class Description class
CategorizedReportEntry
class
SimpleReportEntry
Methods in org.apache.maven.surefire.report that return TestSetReportEntry Modifier and Type Method Description static TestSetReportEntry
CategorizedReportEntry. reportEntry(java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> systemProperties)
Methods in org.apache.maven.surefire.report with parameters of type TestSetReportEntry Modifier and Type Method Description void
RunListener. testSetCompleted(TestSetReportEntry report)
Indicates end of a given test-setvoid
RunListener. testSetStarting(TestSetReportEntry report)
Indicates the start of a given test-set
-