Never reorder classes annotated with @FixMethodOrder

Fixes #1637
3 files changed
tree: d787c33fdef93e15b667a0c9feef5aac51ddfe57
  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