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