예제 #1
0
        public void EncryptPassword_ReturnsNull_WhenJsonSuccessIsFalse()
        {
            string actual = _helper.EncryptPassword(_mockResponseFalse.Object);

            Assert.IsNull(actual);
        }