Skip to content

Files

Latest commit

 

History

History

junit-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JUnit 5 Demos

This project demos the following features in JUnit 5:

  • Disabling a Test Method
  • Disabling a Test Class

Project Purpose

This project was created to demo JUnit 5 and different ways to write test cases using JUnit. The project uses Gradle to build, run the test and download the dependencies.

Notes

To run the JUnit tests navigate to the project folder and type ./gradlew test or gradlew test on windows.