assertEquals("Wrong message", "Task \"null\" not found!", be.getMessage());
}
}
public void testEvalFalse() throws Exception {
LineBuffer buffer = new LineBuffer(LogPriority.STDOUT);
buffer.logLine("All good things must come to an end");
MockControl prCtrl = MockClassControl.createNiceControl(Project.class);
Project project = (Project)prCtrl.getMock();
MockControl xhCtrl = MockClassControl.createNiceControl(XharnessTask.class);