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