Uses of Enum Class
io.cucumber.core.plugin.report.Evidence.Type
Packages that use Evidence.Type
-
Uses of Evidence.Type in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report that return Evidence.TypeModifier and TypeMethodDescriptionEvidence.getType()static Evidence.TypeReturns the enum constant of this class with the specified name.static Evidence.Type[]Evidence.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.cucumber.core.plugin.report with parameters of type Evidence.TypeModifierConstructorDescriptionEvidence(Evidence.Type type, String title) Evidence(Evidence.Type type, String title, Object details)