Example #1
0
 public void EncryptPasswordAsTextShouldThrowExceptionWhenPasswordIsNull()
 {
     Assert.Throws <ArgumentNullException>(() => encryptor.EncryptPasswordAsText(null));
 }