Uses of Enum
com.carrotsearch.ant.tasks.junit4.events.aggregated.TestStatus
Packages that use TestStatus
Package
Description
-
Uses of TestStatus in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated declared as TestStatusMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return TestStatusModifier and TypeMethodDescriptionAggregatedTestResultEvent.getStatus()
Exit status for this test.static TestStatus
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 TestStatusModifier and TypeFieldDescriptionprivate final EnumMap
<TestStatus, Boolean> TextReport.displayStatus
Status display info.private static EnumMap
<TestStatus, String> TextReport.statusNames
Status names column.Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type TestStatusModifier and TypeMethodDescriptionprivate void
TextReport.emitStatusLine
(AggregatedResultEvent result, TestStatus status, long timeMillis) Emit status line for an aggregated event.