示例#1
0
        public void RunTests()
        {
            RunTearDownSteps();

            checkForErrors();
            runner.RunTestBlocking(this);
            checkForErrors();
        }
示例#2
0
 public void RunTests()
 {
     checkForErrors();
     runner.RunTestBlocking(this);
     checkForErrors();
 }