Esempio n. 1
0
 public AssertCompletedEventArgs(string assertName, TestResult testResult, SsisUnitBaseObject assertCommand)
     : this(assertName, testResult)
 {
     AssertCommand = assertCommand;
 }
Esempio n. 2
0
 public AssertCompletedEventArgs(DateTime testExecutionTime, string packageName, string taskName, string testName, string assertName, string testResultMsg, bool testPassed, SsisUnitBaseObject assertCommand)
     : this(testExecutionTime, packageName, taskName, testName, assertName, testResultMsg, testPassed)
 {
     AssertCommand = assertCommand;
 }