Gradle Java Test Fixtures Plugin
Oct 2023, 03 -
Gradle Plugin which automatically create a testFixtures
source set, in which you can write your test fixtures.
My next events:
🗓 Nov 22 09:00 JCON World Micronaut CRaC
🗓 Nov 23 15:00 JCON World Micronaut EclipseStore
Oct 2023, 03 -
Gradle Plugin which automatically create a testFixtures
source set, in which you can write your test fixtures.
Oct 2023, 03 -
System Stubs is used to test code which depends on methods in java.lang.System.
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.