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