Writing unit tests for our handlers in Ratpack is easy with RequestFixture. We invoke the handle method and use a Handler or Chain we want to test as argument. We can provide extra details on the fixture instance with a … Continue reading
The post Ratpacked: Assert No Exceptions Are Thrown With RequestFixture appeared first on JDriven.