use of org.uberfire.ext.wires.core.grids.client.widget.dnd.GridWidgetDnDHandlersState in project kie-wb-common by kiegroup.
the class DMNGridWidgetDnDMouseUpHandlerTest method setup.
@Before
public void setup() {
this.state = new GridWidgetDnDHandlersState();
this.handler = new DMNGridWidgetDnDMouseUpHandler(layer, state);
when(layer.getViewport()).thenReturn(viewport);
when(viewport.getElement()).thenReturn(element);
when(element.getStyle()).thenReturn(style);
}
Aggregations