menu
gherkin_widget_extension package
documentation
reporters/xml_reporter.dart
TestStep
TestStep constructor
TestStep constructor
dark_mode
light_mode
TestStep
constructor
TestStep
(
{
required
String
name
,
required
StepResult
stepResult
,
required
Iterable
<
String
>
attachments
,
})
Implementation
TestStep({ required this.name, required this.stepResult, required this.attachments, });
gherkin_widget_extension package
documentation
reporters/xml_reporter
TestStep
TestStep constructor
TestStep class