Uses of Enum
com.carrotsearch.randomizedtesting.Rants.RantType
Packages that use Rants.RantType
-
Uses of Rants.RantType in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as Rants.RantTypeModifier and TypeFieldDescriptionstatic 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.RantTypeModifier and TypeMethodDescriptionstatic Rants.RantType
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.