Skip to content

weaverj/testingwithjunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing with JUnit

This is the example codebase for the Pluralsight course: Java SE 17 Unit Testing With JUnit. It is a medication prescription writing domain example..

Prerequisites / Requirements

The example project uses JUnit 5, but this is declared as a maven project dependency, so does not need to be downloaded separately.

It is recommended to use an IDE like IntelliJ or Eclipse if following along with the course on your own box.

Running Tests

mvn clean test

from the project root directory should compile the application and run all unit tests.

About

Codebase for the Pluralsight course: Java SE x Unit Testing With JUnit

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages