Test
Recipes
- Add
@SpringBootTestto classes usingDropwizardAppExtension - Convert Dropwizard test rule calls to RestTemplate
- Convert Mockito mock() to @MockBean
- Inline lambda body from matched method invocations
- Replace Dropwizard rules with Spring Boot test configuration
- Replace
DropwizardAppExtension.getApplication()with@Autowiredapplication field - Replace
DropwizardAppExtension.getConfiguration()with@Autowiredconfiguration field - Replace a method invocation with a reference to an annotated field