Exemple #1
0
 public async Task SendErrorsAsyncShouldThrowArgumentExceptionWhenNullOrEmptyParameterGiven(IEnumerable <ServiceCheckResultDto> errors)
 {
     await Assert.ThrowsAnyAsync <ArgumentException>(() => emailNotificationService.SendErrorsAsync(errors));
 }