Testing a Ratpack application is not difficult. Ratpack has excellent support for writing unit and integration tests. When we create the fixture MainClassApplicationUnderTest we can override the method addImpositions to add mock objects to the application. We can add them … Continue reading
The post Ratpacked: Override Registry Objects With Mocks In Integration Specifications appeared first on JDriven.