Uses of Class
org.apache.maven.surefire.api.report.SimpleReportEntry
-
Packages that use SimpleReportEntry Package Description org.apache.maven.surefire.api.report org.apache.maven.surefire.common.junit4 org.apache.maven.surefire.junit org.apache.maven.surefire.junitplatform -
-
Uses of SimpleReportEntry in org.apache.maven.surefire.api.report
Subclasses of SimpleReportEntry in org.apache.maven.surefire.api.report Modifier and Type Class Description class
CategorizedReportEntry
Methods in org.apache.maven.surefire.api.report that return SimpleReportEntry Modifier and Type Method Description static SimpleReportEntry
SimpleReportEntry. assumption(RunMode runMode, java.lang.Long testRunId, java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, java.lang.String message)
static SimpleReportEntry
SimpleReportEntry. ignored(RunMode runMode, java.lang.Long testRunId, java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, java.lang.String message)
static SimpleReportEntry
SimpleReportEntry. withException(RunMode runMode, java.lang.Long testRunId, java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, StackTraceWriter stackTraceWriter)
Methods in org.apache.maven.surefire.api.report with parameters of type SimpleReportEntry Modifier and Type Method Description private 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 SimpleReportEntry Modifier and Type Method Description protected 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 SimpleReportEntry Modifier and Type Method Description private SimpleReportEntry
TestListenerInvocationHandler. createStartEndReportEntry(java.lang.Object[] args)
-
Uses of SimpleReportEntry in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return SimpleReportEntry Modifier and Type Method Description private 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, java.lang.Integer elapsedTime)
private SimpleReportEntry
RunListenerAdapter. createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, java.lang.String reason, java.lang.Integer elapsedTime)
private SimpleReportEntry
RunListenerAdapter. createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, java.util.Map<java.lang.String,java.lang.String> systemProperties, java.lang.String reason, java.lang.Integer elapsedTime)
-