Uses of Class
io.cucumber.core.plugin.report.EvidenceReport.Step
-
Packages that use EvidenceReport.Step Package Description io.cucumber.core.plugin.report -
-
Uses of EvidenceReport.Step in io.cucumber.core.plugin.report
Methods in io.cucumber.core.plugin.report that return EvidenceReport.Step Modifier and Type Method Description EvidenceReport.StepEvidenceReport.Step. addEntry(Evidence stepEvidenceToAdd)Methods in io.cucumber.core.plugin.report that return types with arguments of type EvidenceReport.Step Modifier and Type Method Description List<EvidenceReport.Step>EvidenceReport. getSteps()Constructor parameters in io.cucumber.core.plugin.report with type arguments of type EvidenceReport.Step Constructor Description EvidenceReport(EvidenceReport.ReportContext context, List<EvidenceReport.Step> steps)
-