We have Json REST API built in Java (spring, gradle).
We would like to do integration testing of our REST API.
We would like to reuse Java Dto objects that are exposed via our REST API while constructing tests - this means that we will have to write tests in java/scala/groovy/etc.
Any suggestions for framework/testing tools that would be easy to use and with as less boilerplate code as possible?