JUnit
is one of available Java libraries we can use to test our application code. Let’s get started by building
simple project using Maven
.
JUnit testing - part I - setup with simple example
· 11 min read
JUnit
is one of available Java libraries we can use to test our application code. Let’s get started by building
simple project using Maven
.
So, in case you haven’t read the first part in this series,
which is giving some basic introduction to the idea of JUnit
testing – go ahead, I’ll wait till you’re back so that we can
proceed with the next steps.