Uses of Class
org.assertj.core.presentation.StandardRepresentation.GroupType
-
Packages that use StandardRepresentation.GroupType Package Description org.assertj.core.presentation -
-
Uses of StandardRepresentation.GroupType in org.assertj.core.presentation
Methods in org.assertj.core.presentation that return StandardRepresentation.GroupType Modifier and Type Method Description static StandardRepresentation.GroupTypeStandardRepresentation.GroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardRepresentation.GroupType[]StandardRepresentation.GroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-