Braintree.Tests.TransparentRedirectRequestTest.Constructor_RaisesNotFoundExceptionIfStatusIs500 C# (CSharp) 메소드

Constructor_RaisesNotFoundExceptionIfStatusIs500() 개인적인 메소드

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