Fix GitHub link in FAQ (#1672)

1 file changed
tree: d93e036f6a71de3938a63c0c5dee42c0bec9052d
  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. KEYS
  18. LEGACY_CODING_STYLE.txt
  19. LICENSE-junit.txt
  20. mvnw
  21. mvnw.cmd
  22. NOTICE.txt
  23. pom.xml
  24. README.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:

Build Status