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