/// <inheritdoc/>
 public bool TestStart(string name, string type, string method)
 {
     return(callback.TestStart(testClass.GetMethod(method)));
 }
Exemplo n.º 2
0
 public bool TestStart(TestMethod testMethod)
 {
     return(innerCallback.TestStart(testMethod));
 }