コード例 #1
0
 public void GetMerchantAsync_WhenGuidIsDefault_ShouldThrowException()
 {
     //Act & Assert
     Assert.ThrowsAsync <ArgumentException>(() => _merchantService.GetMerchantAsync(Guid.Empty));
 }