ライブラリSystem Rulesを使用して、System.exit() を呼び出すメソッドをテストしています。
@Rule
public final ExpectedSystemExit exit = ExpectedSystemExit.none();
残念ながら、このコードが原因でエラーが発生しています...
initializationError caused an ERROR: org/junit/rules/TestRule
JUnit 4.7 と System Rules 1.2.0 を使用しています。