public TestResult(string rule, ITest test, bool? passed, ITestError error) : this(rule, test, passed) { Error = error; }
public TestResult(IResourceManager mgr, string rule, ITest test, bool? passed, ITestError error) : this(mgr, rule, test, passed) { Error = error; }
public TestResult(string rule, ITest test, bool?passed, ITestError error) : this(rule, test, passed) { Error = error; }