Exemple #1
0
 public void WhenGetUserAccountWithNullId_ThenThrows()
 {
     Assert.Throws <ArgumentNullException>(
         () => manager.GetUserAccount("auserid", null));
 }