Test Micronaut POJOs contain validation annotations
May 2021, 17 -
I like to define validation annotations for Micronaut application's models.
May 2021, 17 -
I like to define validation annotations for Micronaut application's models.
May 2021, 17 -
I always annotate my model classes with @Introspected. It is easy to test that you don't forget the annotation.
May 2021, 07 -
In Micronaut applications, you can control JSON serialization with Jackson annotations. Inject ObjectMapper into your tests to verify it.
May 2021, 06 -
I always expose the /health endpoint in my Micronaut applications. It is easy to test it.
Apr 2021, 29 -
With Jacoco Gradle plugin it is easy to setup your project to enforce a coverage percentage.