Uses of Class
org.apache.maven.surefire.report.SimpleReportEntry
Packages that use SimpleReportEntry
Package
Description
-
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 static SimpleReportEntryTestListenerInvocationHandler.createStartEndReportEntry(Object[] args) -
Uses of SimpleReportEntry in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return SimpleReportEntryModifier and TypeMethodDescriptionprotected SimpleReportEntryNonConcurrentRunListener.createReportEntry(org.junit.runner.Description description) -
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, Map<String, String> systemProperties, String reason, Integer elapsedTime) -
Uses of SimpleReportEntry in org.apache.maven.surefire.report
Subclasses of SimpleReportEntry in org.apache.maven.surefire.reportMethods in org.apache.maven.surefire.report that return SimpleReportEntryModifier and TypeMethodDescriptionstatic SimpleReportEntrySimpleReportEntry.assumption(String source, String sourceText, String name, String nameText, String message) static SimpleReportEntrySimpleReportEntry.ignored(String source, String sourceText, String name, String nameText, String message) static SimpleReportEntrySimpleReportEntry.withException(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) Methods in org.apache.maven.surefire.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.isSourceEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isSourceTextEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isStackEqual(SimpleReportEntry en) private booleanSimpleReportEntry.isSystemPropertiesEqual(SimpleReportEntry en)