Example #1
0
 public async void TestGetAccount_EmptyArg()
 {
     await Assert.ThrowsAsync <ArgumentException>(() => _accountClient.GetAccount(string.Empty));
 }
Example #2
0
 public async void TestGetAccount_NullArg()
 {
     await Assert.ThrowsAsync <ArgumentException>(() => _accountClient.GetAccount(null));
 }