JUnit 5 Display Names
Continue with the JUnit 5 series on how to customize test classes and test method names to produce more meaningful output.

Technical Fellow | Distinguished Engineer @ BNY Mellon | Java Champion | Garden State JUG Leader

Continue with the JUnit 5 series on how to customize test classes and test method names to produce more meaningful output.
Continuing the series on JUnit 5, this artcle shows examples of a JUnit test which makes use of a few of the annotations from Part 1!

Many of us have been used to JUnit 4 as a formidable unit testing framework, here is an introduction to JUnit 5, with references to JUnit 4.

Maven uses the version as a coordinate in identifying an artifact, which are covered in "Understanding Apache Maven (Part 9)".

Maven is a plugin-execution framework: plugins are an assembly of goals, code written as MOJOs (Maven’s plain Old Java Objects).

Maven can depend on constraints external to what is packaged. Examples include the JDK to use (assuming there are several JDKs on the …

Not meant as a full dissection of the Apache Maven pom.xml, this article will go through some of its common portions.

In this, part 5 of the series on Apache Maven, a walkthrough of the topic of Apache Maven dependencies is covered!

In Part 4 of the series, a walkthrough of the Apache Maven lifecycles and executions is covered in quite some detail!

An explanation of dependency coordinates and "distinguishers" as well as a more detailed look at POM hierarchies are covered.

Following on from the first article covering the Maven basics, the Project Object Model (POM) is explored, here in part 2!

Apache Maven (commonly referred to as “Maven”) is a Build Management tool. Maven is primarily used to build Java projects.