Uses of Class
org.apache.maven.surefire.api.report.SimpleReportEntry
Packages that use SimpleReportEntry
Package
Description
-
Uses of SimpleReportEntry in org.apache.maven.surefire.api.report
Subclasses of SimpleReportEntry in org.apache.maven.surefire.api.reportMethods in org.apache.maven.surefire.api.report that return SimpleReportEntryModifier and TypeMethodDescriptionstatic SimpleReportEntry
SimpleReportEntry.assumption
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static SimpleReportEntry
SimpleReportEntry.ignored
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static SimpleReportEntry
SimpleReportEntry.withException
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) Methods in org.apache.maven.surefire.api.report with parameters of type SimpleReportEntryModifier and TypeMethodDescriptionprivate boolean
SimpleReportEntry.isElapsedTimeEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isMessageEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isNameEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isNameTextEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isRunModeEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isSourceEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isSourceTextEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isStackEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isSystemPropertiesEqual
(SimpleReportEntry en) private boolean
SimpleReportEntry.isTestRunIdEqual
(SimpleReportEntry en) -
Uses of SimpleReportEntry in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that return SimpleReportEntryModifier and TypeMethodDescriptionprotected SimpleReportEntry
JUnit4RunListener.createReportEntry
(org.junit.runner.Description description) -
Uses of SimpleReportEntry in org.apache.maven.surefire.junit
Methods in org.apache.maven.surefire.junit that return SimpleReportEntryModifier and TypeMethodDescriptionprivate SimpleReportEntry
TestListenerInvocationHandler.createStartEndReportEntry
(Object[] args) -
Uses of SimpleReportEntry in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return SimpleReportEntryModifier and TypeMethodDescriptionprivate SimpleReportEntry
RunListenerAdapter.createReportEntry
(org.junit.platform.launcher.TestIdentifier testIdentifier) private SimpleReportEntry
RunListenerAdapter.createReportEntry
(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, Integer elapsedTime) private SimpleReportEntry
RunListenerAdapter.createReportEntry
(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, String reason, Integer elapsedTime) private SimpleReportEntry
RunListenerAdapter.createReportEntry
(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, Map<String, String> systemProperties, String reason, Integer elapsedTime)