Reputation: 184
Spring org.springframework.restdocs.RestDocumentation class override apply method of org.junit.rules.TestRule which implies that all test cases should be written in Junit. How can i achieve the same functionality using TestNG.
Upvotes: 2
Views: 110
Reputation: 116091
There's not built-in support for using TestNG at the moment. You might be interested in this issue which is tracking the possibility of adding it.
Upvotes: 2