Clean up imports

* Same package classes are always implicitly imported
* Remove unused imports
13 files changed
tree: 1228343f3a67278570e48fe6a188e1d7ce541e0b
  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. 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