[go: up one dir, main page]

Link to junit-framework repository
3 files changed
tree: d5bfee72baa28bf3e9b5d0722c63bd38e57b5b51
  1. .github/
  2. .mvn/
  3. .settings/
  4. doc/
  5. src/
  6. .gitattributes
  7. .gitignore
  8. acknowledgements.txt
  9. BUILDING
  10. CODING_STYLE.txt
  11. CONTRIBUTING.md
  12. epl-v10.html
  13. KEYS
  14. LEGACY_CODING_STYLE.txt
  15. LICENSE-junit.txt
  16. mvnw
  17. mvnw.cmd
  18. NOTICE.txt
  19. pom.xml
  20. README.md
  21. SECURITY.md
  22. to-do.txt
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

[!IMPORTANT]
JUnit 4 is in maintenance mode.

At this point, only critical bugs and security issues will be fixed.
All other issues and PRs will therefore be declined.
For ongoing development, please check out the junit-framework repository.

For more information, please visit:

CI Status