Exemplo n.º 1
0
		public void RunTestsFromNamespace(TestResult testResult, string namespaceName) { throw new NotImplementedException(); }
Exemplo n.º 2
0
		public void RunTests(TestResult testResult, string className, string methodName) { throw new NotImplementedException(); }
Exemplo n.º 3
0
		public static void RunS(TestResult testResult, object test, object testFunction) { throw new NotImplementedException(); }
Exemplo n.º 4
0
		public void Run(TestResult testResult) { throw new NotImplementedException(); }
Exemplo n.º 5
0
 public static void RunS(TestResult testResult, object test, object testFunction)
 {
     throw new NotImplementedException();
 }