4142434445464748
@Before public void setUp() throws Exception { MockitoAnnotations.initMocks(this); costUnitManager = (CostUnitManager) ModelUtil .getBean("costUnitManager"); viewHandler = new CostUnitViewHandler(login, costUnitManager); }
3940414243444546
/** * @see java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent) */ public void actionPerformed(final ActionEvent arg0) { menuBarBuilder.openFrame(new OverviewView<CostUnit, CostUnitModel>( new CostUnitViewHandler(login,costUnitManager))); }