Package | Description |
---|---|
org.apache.maven.surefire.common.junit4 | |
org.apache.maven.surefire.junitcore | |
org.apache.maven.surefire.junitplatform | |
org.apache.maven.surefire.report |
Modifier and Type | Method and Description |
---|---|
protected SimpleReportEntry |
JUnit4RunListener.createReportEntry(org.junit.runner.Description description) |
Modifier and Type | Method and Description |
---|---|
protected SimpleReportEntry |
NonConcurrentRunListener.createReportEntry(org.junit.runner.Description description) |
Modifier and Type | Method and Description |
---|---|
private SimpleReportEntry |
RunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier) |
private SimpleReportEntry |
RunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier,
StackTraceWriter stackTraceWriter) |
private SimpleReportEntry |
RunListenerAdapter.createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.TestExecutionResult testExecutionResult) |
private SimpleReportEntry |
RunListenerAdapter.createTestSetReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier) |
Modifier and Type | Class and Description |
---|---|
class |
CategorizedReportEntry |
Modifier and Type | Method and Description |
---|---|
static SimpleReportEntry |
SimpleReportEntry.assumption(java.lang.String source,
java.lang.String name,
java.lang.String message) |
static SimpleReportEntry |
SimpleReportEntry.ignored(java.lang.String source,
java.lang.String name,
java.lang.String message) |
static SimpleReportEntry |
SimpleReportEntry.withException(java.lang.String source,
java.lang.String name,
StackTraceWriter stackTraceWriter) |
Modifier and Type | Method and Description |
---|---|
private boolean |
SimpleReportEntry.isElapsedTimeEqual(SimpleReportEntry en) |
private boolean |
SimpleReportEntry.isNameEqual(SimpleReportEntry en) |
private boolean |
SimpleReportEntry.isSourceEqual(SimpleReportEntry en) |
private boolean |
SimpleReportEntry.isStackEqual(SimpleReportEntry en) |