You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workshop is gonna consist of basic theory behind testing in general, and why use Junit in particular, for the practical section
we are going to build a small collections library to demonstrate how we can assert and test our codebase using JUnit5
Motivation
the importance for unit testing your code is crucial for the success of your projects
thus the need to cover this topic in the MQL Master's workshops series .
audience
Java developers that does not know testing using junit, or those new to testing with JUnit5, and also students that wanna
know more about testing in java.
Requirements
Basic Java Knowledge
Jdk 1.8 or higher installed
and ide with maven integrated and support for unit testing with junit (eclipse, netbeans and intellij will be okay)
About
a workshop for beginners trying to learn the basics of JUnit5, the workshop is done for MQL 2018