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.RantTypeRants. RANT_1This if freaking dumb...static Rants.RantTypeRants. RANT_2Default assumption methods (and constructors in AssumptionViolatedException) do not allow specifying a custom message?static Rants.RantTypeRants. RANT_3Why is failed assumption propagated as a Failure? This is weird an unnatural.static Rants.RantTypeRants. RANT_4JUnit 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.RantTypeRants.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.
-