Package | Description |
---|---|
org.apache.maven.surefire.common.junit4 | |
org.apache.maven.surefire.junitcore | |
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) |
protected SimpleReportEntry |
NonConcurrentRunListener.createReportEntryForTestSet(org.junit.runner.Description description) |
Modifier and Type | Class and Description |
---|---|
class |
CategorizedReportEntry |
Modifier and Type | Method and Description |
---|---|
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) |