#java
Read more stories on Hashnode
Articles with this tag
Recently, I have to update binary release github action for my yaml-updater project and finally added debug and re-run abilities. So I decided to...
Preface Several years ago I was searching for a simple (but pretty) documentation tool for my open source projects. Eventually, I stopped on mkdocs...
Spock 2 does not support JUnit 5 extensions out of the box: We looked at adding a jupiter extension support module, but quickly dismissed it and...
This is the follow-up of Testing JUnit 5 extensions article (assume you read it first). This article shows how to test Spock 2 extensions the same...
Testing extensions always requires testing parallel/non-parallel execution and post-test callbacks validation. It is impossible to do with regular...
A new version of mkdocs gradle plugin just released featuring: Documentation version selector Dark theme switcher Documentation aliases Now...