Allow running single test class from Maven via -Dtest=
1 file changed
tree: 7e260683c247cf4d3b8e59a009a8fa5050b44d22
  1. .github/
  2. .mvn/
  3. .settings/
  4. doc/
  5. lib/
  6. src/
  7. .classpath
  8. .gitattributes
  9. .gitignore
  10. .project
  11. acknowledgements.txt
  12. BUILDING
  13. CODING_STYLE.txt
  14. CONTRIBUTING.md
  15. epl-v10.html
  16. KEYS
  17. LEGACY_CODING_STYLE.txt
  18. LICENSE-junit.txt
  19. mvnw
  20. mvnw.cmd
  21. NOTICE.txt
  22. pom.xml
  23. README.md
  24. SECURITY.md
  25. 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.

For more information, please visit:

CI Status