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 SimpleReportEntrySimpleReportEntry.assumption(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static SimpleReportEntrySimpleReportEntry.ignored(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String message) static SimpleReportEntrySimpleReportEntry.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 booleanSimpleReportEntry.isElapsedTimeEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isMessageEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isNameEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isNameTextEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isRunModeEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isSourceEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isSourceTextEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isStackEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isSystemPropertiesEqual(SimpleReportEntry en) private booleanSimpleReportEntry.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 SimpleReportEntryJUnit4RunListener.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 SimpleReportEntryTestListenerInvocationHandler.createStartEndReportEntry(Object[] args) -
Uses of SimpleReportEntry in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return SimpleReportEntryModifier and TypeMethodDescriptionprivate SimpleReportEntryRunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier) private SimpleReportEntryRunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, Integer elapsedTime) private SimpleReportEntryRunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, String reason, Integer elapsedTime) private SimpleReportEntryRunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, Map<String, String> systemProperties, String reason, Integer elapsedTime)