Recommend generating Eclipse project files with Maven
5 files changed
tree: be79183d19477324a9383c507ec4813328622b9a
  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.

For more information, please visit:

CI Status