Skip to content

ehawk61/migrating-junit4-junit5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Making the Jump to JUnit 5

Maintainer

Purpose

This is a sample Spring Boot application of migrating from JUnit 4 to JUnit 5 as part of my presentation. First presented at DevNexus 2021

Related Slide Deck

  • Coming Soon

Build and Run

Building JUnit 4

  • Checkout the git tag junit4-startpoint
git checkout junit4-startpoint
  • Run the tests as a sanity check
./mvnw clean test

Building JUnit 5

  • Checkout the git tag
git checkout junit5-complete
  • Run the tests as a sanity check
./mvnw clean test

Running The App

  • Run the following command
./mvnw spring-boot:run 

Conferences Presented at

  • DevNexus 2021

About

Repo to accompany my session on migrating junit4 to junit5 (First appearance at DevNexus 2021)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages