In this part of the Let's Test - series I'll rapidly go through how to set up your Java environment for unit testing, namely with Maven and JUnit 5. JUnit 5 is the latest available version of the most popular Java unit testing tool, and Maven just makes life easier by defining a lifecycle for software build and handles dependency management.
As a prerequisite for this video, I can recommend my earlier video on how to setup Java optimally for software development.
As always, if you enjoy the content in any way, let it show, by clicking those buttons below the video, and share the video with anyone who might be interested. The comment section is also waiting for your comments if you want to praise the video or build some advice on top of what I'm showing here.
Here are the links shown in the video:
https://junit.org/junit5/docs/current...
https://github.com/solita/interview-e...
https://sdkman.io/sdks/
https://maven.apache.org/