assertEquals(expectedUntilContains, back.untilContains);
return back;
}
public void testJdkSplit() throws Exception {
LevelState previous = new LevelState();
previous = assertLevelState("/home/hub/p/eee/src/main/scala:-1: info: compiling", previous, Level.INFO, null);
previous = assertLevelState("Compiling 128 source files to /home/hub/p/eee/target/classes at 1312794546514", previous, Level.INFO, null);
previous = assertLevelState("Recompiling 1 files", previous, Level.INFO, null);
previous = assertLevelState("/home/hub/p/eee/src/main/scala/Service.scala:72: error: type mismatch;", previous, Level.ERROR, "^");
previous = assertLevelState("found : Unit", previous, Level.ERROR, "^");