Uses of Class
com.carrotsearch.randomizedtesting.Rants.RantType
-
Packages that use Rants.RantType Package Description com.carrotsearch.randomizedtesting -
-
Uses of Rants.RantType in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as Rants.RantType Modifier and Type Field Description static Rants.RantType
Rants. RANT_1
This if freaking dumb...static Rants.RantType
Rants. RANT_2
Default assumption methods (and constructors in AssumptionViolatedException) do not allow specifying a custom message?static Rants.RantType
Rants. RANT_3
Why is failed assumption propagated as a Failure? This is weird an unnatural.static Rants.RantType
Rants. RANT_4
JUnit is inconsistent in how it treats annotations on methods.Methods in com.carrotsearch.randomizedtesting that return Rants.RantType Modifier and Type Method Description static Rants.RantType
Rants.RantType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Rants.RantType[]
Rants.RantType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-