41424344454647
*/ @Override protected void setUp() throws Exception { mockEditor.expects(once()).method("getDiagram") .will(returnValue(mockDiagram.proxy())); handler = new SelectionHandler((DiagramEditor) mockEditor.proxy()); }