Exemplo n.º 1
0
 public static void UnreachableCode <TException>(Func <string> getErrorMessage = null)
     where TException : Exception
 {
     CustomAssertionValidation.UnreachableCode <TException>(getErrorMessage);
 }
Exemplo n.º 2
0
 public static void UnreachableCode(Func <string> getErrorMessage = null)
 {
     CustomAssertionValidation.UnreachableCode <InvalidOperationException>(getErrorMessage);
 }