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 TestStatusAggregatedTestResultEvent. statusMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return TestStatus Modifier and Type Method Description TestStatusAggregatedTestResultEvent. getStatus()Exit status for this test.static TestStatusTestStatus. 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. displayStatusStatus display info.private static java.util.EnumMap<TestStatus,java.lang.String>TextReport. statusNamesStatus names column.Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type TestStatus Modifier and Type Method Description private voidTextReport. emitStatusLine(AggregatedResultEvent result, TestStatus status, long timeMillis)Emit status line for an aggregated event.
-