BraintreeEncryption.Library.Tests.BraintreeTest.PrefixIncludesVersion C# (CSharp) Method

PrefixIncludesVersion() private method

private PrefixIncludesVersion ( ) : void
return void
        public void PrefixIncludesVersion()
        {
            Assert.AreEqual(_encryptedPrefix, _braintree.Encrypt(DataToEncrypt).Substring(0, _encryptedPrefix.Length));
        }