Uses of Class
net.masterthought.cucumber.presentation.PresentationMode
-
Packages that use PresentationMode Package Description net.masterthought.cucumber net.masterthought.cucumber.presentation -
-
Uses of PresentationMode in net.masterthought.cucumber
Methods in net.masterthought.cucumber with parameters of type PresentationMode Modifier and Type Method Description voidConfiguration. addPresentationModes(PresentationMode presentationMode)Sets how the report should be presented.booleanConfiguration. containsPresentationMode(PresentationMode presentationMode)Checks if the configuration has givenPresentationModeset. -
Uses of PresentationMode in net.masterthought.cucumber.presentation
Methods in net.masterthought.cucumber.presentation that return PresentationMode Modifier and Type Method Description static PresentationModePresentationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PresentationMode[]PresentationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-