Package org.apache.maven.surefire.junit4
Class MockReporter
java.lang.Object
org.apache.maven.surefire.junit4.MockReporter
- All Implemented Interfaces:
org.apache.maven.surefire.report.RunListener
Internal tests use only.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsNotification
(String event) int
int
void
testAssumptionFailure
(org.apache.maven.surefire.report.ReportEntry report) void
testError
(org.apache.maven.surefire.report.ReportEntry report) void
void
testFailed
(org.apache.maven.surefire.report.ReportEntry report) void
testSetCompleted
(org.apache.maven.surefire.report.TestSetReportEntry report) void
testSetStarting
(org.apache.maven.surefire.report.TestSetReportEntry report) void
testSkipped
(org.apache.maven.surefire.report.ReportEntry report) void
testSkippedByUser
(org.apache.maven.surefire.report.ReportEntry report) void
testStarting
(org.apache.maven.surefire.report.ReportEntry report) void
testSucceeded
(org.apache.maven.surefire.report.ReportEntry report)
-
Field Details
-
SET_STARTED
- See Also:
-
SET_COMPLETED
- See Also:
-
TEST_STARTED
- See Also:
-
TEST_COMPLETED
- See Also:
-
TEST_SKIPPED
- See Also:
-
-
Constructor Details
-
MockReporter
public MockReporter()
-
-
Method Details
-
testSetStarting
public void testSetStarting(org.apache.maven.surefire.report.TestSetReportEntry report) - Specified by:
testSetStarting
in interfaceorg.apache.maven.surefire.report.RunListener
-
testSetCompleted
public void testSetCompleted(org.apache.maven.surefire.report.TestSetReportEntry report) - Specified by:
testSetCompleted
in interfaceorg.apache.maven.surefire.report.RunListener
-
testStarting
public void testStarting(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testStarting
in interfaceorg.apache.maven.surefire.report.RunListener
-
testSucceeded
public void testSucceeded(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testSucceeded
in interfaceorg.apache.maven.surefire.report.RunListener
-
testSkipped
public void testSkipped(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testSkipped
in interfaceorg.apache.maven.surefire.report.RunListener
-
testExecutionSkippedByUser
public void testExecutionSkippedByUser()- Specified by:
testExecutionSkippedByUser
in interfaceorg.apache.maven.surefire.report.RunListener
-
testSkippedByUser
public void testSkippedByUser(org.apache.maven.surefire.report.ReportEntry report) -
getTestSucceeded
public int getTestSucceeded() -
getTestFailed
public int getTestFailed() -
testError
public void testError(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testError
in interfaceorg.apache.maven.surefire.report.RunListener
-
testFailed
public void testFailed(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testFailed
in interfaceorg.apache.maven.surefire.report.RunListener
-
testAssumptionFailure
public void testAssumptionFailure(org.apache.maven.surefire.report.ReportEntry report) - Specified by:
testAssumptionFailure
in interfaceorg.apache.maven.surefire.report.RunListener
-
containsNotification
-