Ahmed
Ahmed

Reputation: 184

RestDocumentation Class Spring

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

Answers (1)

Andy Wilkinson
Andy Wilkinson

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

Related Questions