Beispiel #1
0
 public async Task NotificationDoesNotExist_Throws()
 {
     await
     Assert.ThrowsAsync <InvalidOperationException>(
         () =>
         handler.HandleAsync(new RefuseFinancialGuarantee(Guid.Empty, Guid.Empty, FirstDate, "test")));
 }