UISupport.showErrorMessage("Not valid test case xml");
}
}
private void resolveImportedTestCase(WsdlTestCase newTestCase) {
ResolveDialog resolver = new ResolveDialog("Validate TestCase", "Checks TestCase for inconsistencies", null);
resolver.setShowOkMessage(false);
resolver.resolve(newTestCase);
}