An open API service indexing awesome lists of open source software.

https://github.com/knlsharma/testing_with_junit-5


https://github.com/knlsharma/testing_with_junit-5

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

**JUnit** is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated with SUnit.

JUnit is linked as a JAR at compile-time;It is the test part of test driven development framework resides under package junit.framework for JUnit 3.8 and earlier, and under package org.junit for JUnit 4 and Junit 5.

In this repository the version used is ***Junit -5 Jupite & Vintage***.

*The code is simple with an aim to explore more about Junit 5.*

Features:

* Unit Testing
* New Testing Version
* Checking

For more detailed theory read [this](https://www.vogella.com/tutorials/JUnit/article.html).