Uses of Enum
net.masterthought.cucumber.presentation.PresentationMode
Packages that use PresentationMode
-
Uses of PresentationMode in net.masterthought.cucumber
Methods in net.masterthought.cucumber with parameters of type PresentationModeModifier and TypeMethodDescriptionvoidConfiguration.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 PresentationModeModifier and TypeMethodDescriptionstatic PresentationModeReturns 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.