Braintree.Tests.CryptoTest.SecureCompare_ReturnsFalseForDifferentLengthStrings C# (CSharp) Method

SecureCompare_ReturnsFalseForDifferentLengthStrings() private method

        public void SecureCompare_ReturnsFalseForDifferentLengthStrings()
        {
            Assert.IsFalse (new Crypto ().SecureCompare ("a_string", "a_long_string"));
        }