Skip to content

a workshop for beginners trying to learn the basics of JUnit5, the workshop is done for MQL 2018

Notifications You must be signed in to change notification settings

chermehdi/junit-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JUnit workshop

  • 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages