Search in sources :

Example 1 with I18nFormInspection

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);
}
Also used : I18nInspection(com.intellij.codeInspection.i18n.I18nInspection) I18nFormInspection(com.intellij.uiDesigner.i18n.I18nFormInspection) LocalInspectionToolWrapper(com.intellij.codeInspection.ex.LocalInspectionToolWrapper)

Aggregations

LocalInspectionToolWrapper (com.intellij.codeInspection.ex.LocalInspectionToolWrapper)1 I18nInspection (com.intellij.codeInspection.i18n.I18nInspection)1 I18nFormInspection (com.intellij.uiDesigner.i18n.I18nFormInspection)1