Can I override RESTClient default “HttpResponseException” response to >399 Return Codes?

后端 未结 3 1314
面向向阳花
面向向阳花 2021-02-13 15:58

I\'m using the Groovy RESTClient class to do write some (spock) Acceptance tests for Java WebServices I\'ve been authoring.

One frustration I\'ve had is in testing the r

3条回答
  •  失恋的感觉
    2021-02-13 17:01

    One approach would be to make a Groovy convenience method that wraps your REST calls that catches exceptions and turns them into status codes

提交回复
热议问题