use of org.kie.workbench.common.screens.datasource.management.client.util.ClientValidationServiceMock in project kie-wb-common by kiegroup.
the class DriverWizardTestBase method setup.
/**
* Initializes the wizard page.
*/
protected void setup() {
mainPanel = new DriverDefMainPanel(mainPanelView);
driverDef = new DriverDef();
editorHelper = new DriverDefEditorHelper(translationService, new ClientValidationServiceMock());
defPage = new DriverDefPage(view, mainPanel, editorHelper, statusChangeEvent);
defPage.setDriverDef(driverDef);
}
Aggregations