- 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
- 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 .
- 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.
- 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)