use of com.intellij.uiDesigner.i18n.I18nFormInspection in project intellij-community by JetBrains.
the class I18NInspectionTest method testFormTabbedPaneTitle.
public void testFormTabbedPaneTitle() throws Exception {
LocalInspectionToolWrapper wrapper = new LocalInspectionToolWrapper(new I18nFormInspection());
InspectionsKt.enableInspectionTool(getProject(), wrapper, getTestRootDisposable());
doTest("i18n/" + getTestName(true), new LocalInspectionToolWrapper(new I18nInspection()), "java 1.4", false, false, wrapper);
}
Aggregations