Merge pull request #1749 from cpovirk/noforeach

Use an indexed for loop to avoid defining an unused variable.
tree: 96e85a5a995d3aca5bb4d622b3916b489f5748e8
  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