示例#1
0
 public TestCaseResult XRunTest(Func <TestExecutionContext, object> testFunc, TestOptions options)
 {
     return(TestContext.XRunTest(testFunc, options));
 }
示例#2
0
 public TestCaseResult XRunTest(string name, Func <TestExecutionContext, object> testFunc)
 {
     return(TestContext.XRunTest(name, testFunc));
 }
示例#3
0
 public TestCaseResult XRunTest(Func <TestExecutionContext, object> testFunc)
 {
     return(TestContext.XRunTest(DefaultTestName, testFunc));
 }