step method

  1. @override
void step(
  1. StepStatus step
)
override

Implementation

@override
void step(StepStatus step) {
  out(TEMPLATE_TEST_STARTED, [
    getCurrentTime(),
    _location(step.step!.location),
    step.decodedVerbiage
  ]);
  _basicFormatter.step(step);
}