assertEquals("processId and event.processId should be the same", processId, event.getData("newProcessId"));
assertEquals("enctype and event.enctype should be the same", enctype, event.getData("newEnctype"));
}
});
new LayoutPresenter(view);
bus.fireEvent(new FormDataPopulatedEvent(action, method, taskId, processId, enctype, name));
EasyMock.verify(view, drag, mockForm);
}