clearTestSteps method

void clearTestSteps()

Clears all test steps from this test.

Implementation

void clearTestSteps() {
  steps.clear();
  pinnedStepIndex = 0;
}