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