Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 356 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 356 Bytes

JUnit

JUnit is a popular testing frame used mainly to test Java applications. This repo demos different parts of the JUnit 5 testing framework.

Projects

Project Description
junit-demo Demos JUnit 5 testing framework
simple-junit-unit-test Demos a simple JUnit 5 test case