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