[maven-release-plugin] copy for tag r4.13-rc-2
[maven-release-plugin] prepare release r4.13-rc-2
1 file changed
tree: 18533f435112159f2dcf0f469807af07aa35fb8e
  1. .mvn/
  2. .settings/
  3. doc/
  4. lib/
  5. src/
  6. .classpath
  7. .gitattributes
  8. .gitignore
  9. .project
  10. .travis.settings.xml
  11. .travis.yml
  12. acknowledgements.txt
  13. BUILDING
  14. CODING_STYLE.txt
  15. CONTRIBUTING.md
  16. epl-v10.html
  17. LEGACY_CODING_STYLE.txt
  18. LICENSE-junit.txt
  19. mvnw
  20. mvnw.cmd
  21. NOTICE.txt
  22. pom.xml
  23. README.md
  24. 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:

Build Status