Exemplo n.º 1
0
 public static Exception Exception(string msg, Exception ex)
 {
     ExceptionThrown = true;
     return(Asserter.Exception(msg, ex));
 }
Exemplo n.º 2
0
 public static Exception Exception(string msg, params object[] args)
 {
     ExceptionThrown = true;
     return Asserter.Exception(msg, args);
 }