Chandra Guntur12 articles
Continue with the JUnit 5 series on how to customize test classes and test method names to produce more meaningful output.
- Chandra Guntur
-
JUnit 5 Testing Basics
In Part 1 of this series of articles, we looked at several annotations used in JUnit5. We covered test methods as well as lifecycle methods. This article will share examples of a JUnit test which makes use of a few of these …
- Chandra Guntur
-
JUnit 5 Introduction
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.
- Chandra Guntur
-
Understanding Apache Maven (Part 9): Versions in Maven
Maven uses the version as a coordinate in identifying an artifact, which are covered in “Understanding Apache Maven (Part 9)”.
- Chandra Guntur
-
Understanding Apache Maven (Part 8): Maven Plugins
Maven is a plugin-execution framework: plugins are an assembly of goals, code written as MOJOs (Maven’s plain Old Java Objects).
- Chandra Guntur
-
Understanding Apache Maven (Part 7): Configuring Apache Maven
Maven can depend on constraints external to what is packaged. Examples include the JDK to use (assuming there are several JDKs on the device).
- Chandra Guntur
-
Understanding Apache Maven (Part 6): POM Reference
Not meant as a full dissection of the Apache Maven pom.xml, this article will go through some of its common portions.
- Chandra Guntur
-
Understanding Apache Maven (Part 5): Dependencies in Maven
In this, part 5 of the series, a walkthrough of the topic of Maven dependencies is covered!
- Chandra Guntur
-
Understanding Apache Maven (Part 4): Maven Lifecycle
Apache Maven executions are tied to lifecycles. A lifecycle groups a sequence of activities.
Maven provides three basic lifecycles for its standard build management. More lifecycles can be created as needed, though that is a rare need. There are three standard lifecycles provided by Maven.
- Chandra Guntur
-
Understanding Apache Maven (Part 3): Maven Coordinates & POM Inheritance
In Part 3 of the series, an explanation of dependency coordinates and “distinguishers” as well as a more detailed look at POM hierarchies are covered.
- Chandra Guntur
-
Understanding Apache Maven (Part 2): POM Hierarchy and Effective POM
First, a maven POM is not a popular pomegranate juice nor is it related to the colorful pom-poms.
A Maven POM is definitely is wonderful and brings as much joy to a developer as does a pom-pom to a kid.
- Chandra Guntur