Braintree.Tests.TransparentRedirectRequestTest.Constructor_RaisesNotFoundExceptionIfStatusIs500 C# (CSharp) Method

Constructor_RaisesNotFoundExceptionIfStatusIs500() private method

private Constructor_RaisesNotFoundExceptionIfStatusIs500 ( ) : void
return void
        public void Constructor_RaisesNotFoundExceptionIfStatusIs500()
        {
            Assert.Throws<ServerException>(() => new TransparentRedirectRequest("http_status=500&id=6kdj469tw7yck32j&hash=a839a44ca69d59a3d6f639c294794989676632dc", service));
        }