59606162636465666768
private Options opt; private ImageParameters ip; @Before public void setUp() throws Exception { this.opt = new Options(); this.opt.setWidth(128); this.opt.setHeight(128); this.ip = new ImageParameters(this.opt.getWidth(), this.opt.getHeight()); }