Getting Started with Dropwizard: Testing

from blog nickb.dev, | ↗ original
The Dropwizard Getting Started guide is a great introduction to the framework, but it in regards to testing the created applications it leaves some wanting. This post will walk one through adding logical and practical tests to the application created in guide and in the end, we will achieve with 100% test coverage. Baby Steps Add the...