6970717273747576777879
@Override protected void setUp() throws Exception { super.setUp(); System.out.println ("setUp"); testShell = new Shell(); o = testShell.evaluate(setup); if (Exception.class.isInstance(o)){ fail(o.toString()); }
4849505152535455565758
} @Override protected void setUp() throws Exception { super.setUp(); testShell = new Shell(); o = testShell.evaluate(setup); if (Exception.class.isInstance(o)){ fail(o.toString()); }