testStart function

dynamic testStart(
  1. String name
)

Implementation

testStart(String name) {
  testName = name;
  testCount = 0;
  testCountSuccess = 0;
  testCountFailed = 0;
}