Michael KutzTangles 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
Michael KutzGrouping 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
Michael KutzTangles in Test Code: Long Arrange/Given/SetupOne of the most frequent of those I…Mar 8Mar 8
Michael KutzTesting Java-Annotations of DTOsHow to test the effects of annotations in simple and fast unit testsMar 7Mar 7
Michael KutzGradle/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
Michael KutzHow to Name Tests for MaintainabilityA Suggestion for More ConcisenessFeb 20, 2023Feb 20, 2023
Michael KutzSelenium Silver Bullets: Clicking Moving Things EventuallyHow to overcome occasional ElementClickInterceptedExceptionsMar 29, 2021Mar 29, 2021
Michael KutzConditionals 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