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