コード例 #1
0
		public void RunTestsFromNamespace(TestResult testResult, string namespaceName) { throw new NotImplementedException(); }
コード例 #2
0
		public void RunTests(TestResult testResult, string className, string methodName) { throw new NotImplementedException(); }
コード例 #3
0
ファイル: TestResult.cs プロジェクト: fjgandrade/sharpkit
		public static void RunS(TestResult testResult, object test, object testFunction) { throw new NotImplementedException(); }
コード例 #4
0
		public void Run(TestResult testResult) { throw new NotImplementedException(); }
コード例 #5
0
 public static void RunS(TestResult testResult, object test, object testFunction)
 {
     throw new NotImplementedException();
 }