Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.TestStatus
-
Packages that use TestStatus Package Description com.carrotsearch.ant.tasks.junit4.events.aggregated com.carrotsearch.ant.tasks.junit4.listeners -
-
Uses of TestStatus in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated declared as TestStatus Modifier and Type Field Description private TestStatus
AggregatedTestResultEvent. status
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return TestStatus Modifier and Type Method Description TestStatus
AggregatedTestResultEvent. getStatus()
Exit status for this test.static TestStatus
TestStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TestStatus[]
TestStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TestStatus in com.carrotsearch.ant.tasks.junit4.listeners
Fields in com.carrotsearch.ant.tasks.junit4.listeners with type parameters of type TestStatus Modifier and Type Field Description private java.util.EnumMap<TestStatus,java.lang.Boolean>
TextReport. displayStatus
Status display info.private static java.util.EnumMap<TestStatus,java.lang.String>
TextReport. statusNames
Status names column.Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type TestStatus Modifier and Type Method Description private void
TextReport. emitStatusLine(AggregatedResultEvent result, TestStatus status, long timeMillis)
Emit status line for an aggregated event.
-