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 BasicsTable of Contents TestingMarking a method as a TestAssertionsFiltering and Categorizing TestsTagsAssumptionsOrdering TestsTest execution order 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 …   - Chandra Guntur
 
- 
                                                JUnit 5 IntroductionMany 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 MavenMaven 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 PluginsMaven 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 MavenMaven 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 ReferenceNot 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 MavenIn this, part 5 of the series, a walkthrough of the topic of Maven dependencies is covered!   - Chandra Guntur
 
- 
                                                Understanding Apache Maven (Part 4): Maven LifecycleApache 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 InheritanceIn 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 POMFirst, 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