Beispiel #1
0
 public ExceptionTestCase(string testDetails, ExceptionTestCaseImpl test, Exception[] expectedExceptions)
     : base(testDetails)
 {
     m_exTest = test;
     m_expected = expectedExceptions;
 }
Beispiel #2
0
 public ExceptionTestCase(string testDetails, ExceptionTestCaseImpl test, Exception[] expectedExceptions)
     : base(testDetails)
 {
     m_exTest   = test;
     m_expected = expectedExceptions;
 }