Ejemplo n.º 1
0
 public void DeleteMerchantAsync_MerchantIdIsDefault_ShouldThrowException()
 {
     //Act & Assert
     Assert.ThrowsAsync <ArgumentException>(() => _merchantService.DeleteMerchantAsync(Guid.Empty));
 }