Uses of Class
io.cucumber.core.plugin.report.Evidence.Type
-
Packages that use Evidence.Type Package Description io.cucumber.core.plugin.report -
-
Uses of Evidence.Type in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report that return Evidence.Type Modifier and Type Method Description Evidence.TypeEvidence. getType()static Evidence.TypeEvidence.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Evidence.Type[]Evidence.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.cucumber.core.plugin.report with parameters of type Evidence.Type Constructor Description Evidence(Evidence.Type type, String title)Evidence(Evidence.Type type, String title, Object details)
-