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