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 that return TestSetReportEntry Modifier and Type Method Description private TestSetReportEntry
ForkClient. createReportEntry(java.lang.String untokenized)
private TestSetReportEntry
ForkClient. createReportEntry(java.lang.String untokenized, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-
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
TestSetRunListener. testSetCompleted(TestSetReportEntry report)
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.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 name, 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
-