Uses of Class
com.carrotsearch.ant.tasks.junit4.listeners.TextReport.OutputMode
-
Packages that use TextReport.OutputMode Package Description com.carrotsearch.ant.tasks.junit4.listeners -
-
Uses of TextReport.OutputMode in com.carrotsearch.ant.tasks.junit4.listeners
Fields in com.carrotsearch.ant.tasks.junit4.listeners declared as TextReport.OutputMode Modifier and Type Field Description private TextReport.OutputMode
TextReport. outputMode
Methods in com.carrotsearch.ant.tasks.junit4.listeners that return TextReport.OutputMode Modifier and Type Method Description static TextReport.OutputMode
TextReport.OutputMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextReport.OutputMode[]
TextReport.OutputMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-