/junit4

A programmer-oriented testing framework for Java.

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

JUnit 4

Christian - Chapter 05 Declative Pipelines exercise

  • This is a continuation of the instructions from this repo. Read the instructions there to see how to setup the jenkins and artifactory containers.
  • For this repo all we need to do is add a pipeline job in the jenkins using the GUI.
    • Note: you do need to change the branch from from "*/master" to "*/main".

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

CI Status