Uses of Class
org.apache.maven.surefire.report.SimpleReportEntry
-
-
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 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 SimpleReportEntry Modifier and Type Method Description private static SimpleReportEntryTestListenerInvocationHandler. createStartEndReportEntry(java.lang.Object[] args) -
Uses of SimpleReportEntry in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return SimpleReportEntry Modifier and Type Method Description protected 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 SimpleReportEntry Modifier and Type Method Description private SimpleReportEntryRunListenerAdapter. createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier)private SimpleReportEntryRunListenerAdapter. createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult, java.lang.Integer elapsedTime)private SimpleReportEntryRunListenerAdapter. 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) -
Uses of SimpleReportEntry in org.apache.maven.surefire.report
Subclasses of SimpleReportEntry in org.apache.maven.surefire.report Modifier and Type Class Description classCategorizedReportEntryMethods in org.apache.maven.surefire.report that return SimpleReportEntry Modifier and Type Method Description static SimpleReportEntrySimpleReportEntry. assumption(java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, java.lang.String message)static SimpleReportEntrySimpleReportEntry. ignored(java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, java.lang.String message)static SimpleReportEntrySimpleReportEntry. withException(java.lang.String source, java.lang.String sourceText, java.lang.String name, java.lang.String nameText, StackTraceWriter stackTraceWriter)Methods in org.apache.maven.surefire.report with parameters of type SimpleReportEntry Modifier and Type Method Description private 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)
-