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

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

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