Codebase list junit4 / upstream/4.12 CODING_STYLE.txt
upstream/4.12

Tree @upstream/4.12 (Download .tar.gz)

CODING_STYLE.txt @upstream/4.12raw · history · blame

1
2
3
JUnit project uses the Google Java Style (http://google-styleguide.googlecode.com/svn/trunk/javaguide.html) for all new
code (under org.junit.*). Legacy code (under junit.*) used the legacy guide specified in LEGACY_CODING_STYLE.txt in the
project root.