Tangles in Test Code: Hidden Arrange/Given/SetupThere is a certain sloppiness in the industry when writing test code. This causes what I call tangles. A rather subtle one of these is the…Mar 26Mar 26
Grouping Gradle Kotlin and Detekt Plugins in Dependabotdetekt is provides great insight via static code analysis for Kotlin projects. But according to the detekt documentationMar 25Mar 25
Testing Java-Annotations of DTOsHow to test the effects of annotations in simple and fast unit testsMar 7Mar 7
Gradle/GitHub: Using .java-version Files to Define the Java VersionEffectively reducing the sources of truth about the used Java version to oneDec 15, 2023Dec 15, 2023
Selenium Silver Bullets: Clicking Moving Things EventuallyHow to overcome occasional ElementClickInterceptedExceptionsMar 29, 2021Mar 29, 2021
Conditionals in a Declarative Pipeline JenkinsfileIn this article I’ll show how to express conditionals — like if, else or switch — in a Jenkinsfile using the declarative pipeline syntax.Aug 3, 20203Aug 3, 20203