コード例 #1
0
 protected virtual void SkipTest(TestCase testCase, TestSkippedException e)
 {
     if (testResult != null)
     {
         testResult.StatusNotify(testCase, new TestStatus(TestStatusCode.Skipped, e.Message));
     }
     skipped = true;
 }
コード例 #2
0
		protected virtual void SkipTest (TestCase testCase, TestSkippedException e)
		{
			if (testResult != null)
			{
				testResult.StatusNotify (testCase, new TestStatus (TestStatusCode.Skipped, e.Message));
			}
			skipped = true;
		}