Shell shell = new Shell( display );
shell.open();
ui = mock( UI.class );
mockUI( mock( SearchActionListener.class ) );
uiRenderer = mock( WebUI.class );
searchAction = spy( new TestSearchAction() );
actionDescriptor = mockDescriptor( searchAction );
webSearchAction = new WebSearchAction( ui, uiRenderer, actionDescriptor );
webSearchAction.createUi( shell );
control = webSearchAction.getControl();
text = webSearchAction.getText();