TestStep constructor
const
TestStep({})
Implementation
const TestStep({
required this.type,
required this.args,
this.mocks = const TestMocks(),
this.nestedSteps = const [],
});
const TestStep({
required this.type,
required this.args,
this.mocks = const TestMocks(),
this.nestedSteps = const [],
});