Skip to content

birbirsbirbirs/datajpademo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. swagger url: http://localhost:8000/swagger-ui/index.html
  2. how to write tests and extensions using JUnit 5?
  3. What is the JUnit Platform and why do we need it?
  4. What's still to come and how to get started?
  5. img.png
  6. img_1.png
  7. https://github.com/sgurung007/junit5-demo.git
  8. img_2.png
  9. img_3.png
  10. img_4.png
  11. img_5.png
  12. img_6.png
  13. img_7.png
  14. img_8.png
  15. img_9.png
  16. img_10.png

JUnit Platform

  • Separation of Concerns
    • An API to write tests and extensions (Jupiter API)
    • Extensible mechanisms to discover and execute tests (Test Engine SPI)
    • An API for test execution by tools (Launcher API)
  • JUnit 5= Jupiter+Vintage+Platform
  • img_11.png
  • Demo: junit5-multiple-engines on GitHub
  • img_12.png
  • img_13.png
  • img_14.png
  • img_15.png
  • img_16.png
  • img_17.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages