Skip to content

josdem/junit5-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junit 5 Workshop

This project shows how to use JUnit 5 framework test structure, assertions, assumptions and dependencies.

To run the project with Gradle

gradle -Denvironment=DEV test

To run the project with Maven

mvn -Denvironment=DEV test

To execute a single test with Gradle

gradle test --tests=$testName

To execute a single test with Maven

mvn test -Dtest=$testName

Read this as reference

http://josdem.io/techtalk/java/junit5/

About

JUnit5 framework test structure, assertions, assumptions, dependencies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages