Skip to content

vivekwpatil/junit5-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

junit5-demo

JUnit 5 = JUnit Platform + JUnit Jupiter + JUnit Vintage

Screenshot

####Whats New:

  • Display name
    • @DisplayName
  • Disable test
    • @Disabled
  • LifecycleTests
    • @BeforeAll
    • @BeforeEach
    • @AfterEach
    • @AfterAll
  • ParameterisedTests
  • TaggedTests
  • Exception Testing
  • Operating System Conditions
    • @EnabledOnOS/ @DisabledOnOs
  • JRE Condition
    • @EnabledOnJre/ @DisaledOnJre
  • NestedTests

####How to Run Project:

  • clone the project and perform mvn clean install
  • Run all the test examples under test folder

####References:

  1. https://junit.org/junit5/

Releases

No releases published

Packages

No packages published

Languages