Esempio n. 1
0
        public void CanHandleErrorWithMessageFault()
        {
            ExceptionShieldingErrorHandler shielding = new ExceptionShieldingErrorHandler();
            bool result = shielding.HandleError(null);

            Assert.IsTrue(result);
        }
 public void CanHandleErrorWithMessageFault()
 {
     ExceptionShieldingErrorHandler shielding = new ExceptionShieldingErrorHandler();
     bool result = shielding.HandleError(null);
     Assert.IsTrue(result);
 }