OutputContains condition = new OutputContains();
assertTrue("Condition evaled incorrectly", condition.eval());
}
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);