Code With Arho
Code With Arho
Articles
Tutorials
JUnit 5
Spring Boot Testing
Book Reviews
About
Light
Dark
Automatic
testing
JUnit 5 With Kotlin for Java Developers
Learn the differences between writing JUnit 5 tests in Kotlin and Java. Learn to configure JUnit 5 in the build script using Gradle Kotlin DSL.
Arho Huttunen
Last updated on Jan 16, 2023
8 min read
Kotlin
JUnit 5 Maven Example: Running Tests with Surefire
Learn how to get the required dependencies for writing JUnit 5 tests with Maven. Also, learn how to configure the Maven Surefire plugin to run the tests.
Arho Huttunen
Last updated on Jan 15, 2023
3 min read
Java
JUnit 5 Gradle Example
Learn how to get the required dependencies for writing JUnit 5 tests with Gradle. Also, learn how to configure the JUnit Gradle plugin to run the tests.
Arho Huttunen
Last updated on Jan 15, 2023
2 min read
Java
Migrating From JUnit 4 to JUnit 5: A Definitive Guide
Learn how to migrate from JUnit 4 to JUnit 5. See how to run existing tests along with the new version, and what changes are needed to migrate the code.
Arho Huttunen
Last updated on Jan 15, 2023
14 min read
Java
Testing Myth #2: Unit Tests Are Not Worth It
There are a lot of developers and managers who think that writing unit tests is just extra work. Suggesting that we should write more unit tests seems to receive ill responses.
Arho Huttunen
Last updated on Jan 17, 2023
3 min read
Software Craft
Testing Myth #1: Writing Tests Slows You Down
Let’s assume we have decided to increase the stability of our software. So we decide to write tests for our code. The problem is that the customer is requesting new features and deadlines are approaching.
Arho Huttunen
Last updated on Jan 17, 2023
4 min read
Software Craft
«