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