Ejemplo n.º 1
0
 public TestResult(string rule, ITest test, bool? passed, ITestError error) :
     this(rule, test, passed)
 {
     Error = error;
 }
Ejemplo n.º 2
0
 public TestResult(IResourceManager mgr, string rule, ITest test, bool? passed, ITestError error)
     : this(mgr, rule, test, passed)
 {
     Error = error;
 }
Ejemplo n.º 3
0
 public TestResult(string rule, ITest test, bool?passed, ITestError error) :
     this(rule, test, passed)
 {
     Error = error;
 }