https://github.com/knlsharma/testing_with_junit-5
https://github.com/knlsharma/testing_with_junit-5
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knlsharma/testing_with_junit-5
- Owner: Knlsharma
- License: gpl-3.0
- Created: 2019-03-16T17:59:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T12:26:52.000Z (almost 5 years ago)
- Last Synced: 2025-04-30T20:14:59.876Z (5 months ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* CheckingFor more detailed theory read [this](https://www.vogella.com/tutorials/JUnit/article.html).