Пример #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
		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();
 }