Braintree.Tests.TransparentRedirectRequestTest.Constructor_RaisesForgedQueryStringExceptionIfGivenInvalidQueryString C# (CSharp) Метод

Constructor_RaisesForgedQueryStringExceptionIfGivenInvalidQueryString() приватный Метод

        public void Constructor_RaisesForgedQueryStringExceptionIfGivenInvalidQueryString()
        {
            Assert.Throws<ForgedQueryStringException>(() => new TransparentRedirectRequest("http_status=200&id=7kdj469tw7yck32j&hash=99c9ff20cd7910a1c1e793ff9e3b2d15586dc6b9" + "this makes it invalid", service));
        }