Package | Description |
---|---|
org.apache.maven.plugin.surefire.log.api | |
org.apache.maven.plugin.surefire.report |
Modifier and Type | Method and Description |
---|---|
static Level |
Level.resolveLevel(boolean hasSuccessful,
boolean hasFailure,
boolean hasError,
boolean hasSkipped,
boolean hasFlake) |
static Level |
Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultReporterFactory.log(java.lang.String s,
Level level) |
private void |
ConsoleReporter.println(java.lang.String message,
Level level) |