Uses of Enum
com.carrotsearch.randomizedtesting.Rants.RantType
Packages that use Rants.RantType
-
Uses of Rants.RantType in com.carrotsearch.randomizedtesting
Subclasses with type arguments of type Rants.RantType in com.carrotsearch.randomizedtestingFields in com.carrotsearch.randomizedtesting declared as Rants.RantTypeModifier and TypeFieldDescriptionstatic 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.RantTypeModifier and TypeMethodDescriptionstatic Rants.RantTypeReturns 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.