[maven-release-plugin] copy for tag r4.13-rc-1
[maven-release-plugin] prepare release r4.13-rc-1
1 file changed
tree: ce67d8cd2ddf85efd71df80a67846745f5fc507e
  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