public void RunTests() { RunTearDownSteps(); checkForErrors(); runner.RunTestBlocking(this); checkForErrors(); }
public void RunTests() { checkForErrors(); runner.RunTestBlocking(this); checkForErrors(); }