Search in sources :

Example 1 with CssUnusedSymbolInspection

use of com.intellij.psi.css.inspections.CssUnusedSymbolInspection in project intellij-plugins by JetBrains.

the class FlexHighlightingTest method testFlexWithCss2.

@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testFlexWithCss2() throws Exception {
    enableInspectionTool(new CssUnusedSymbolInspection());
    defaultTest();
}
Also used : CssUnusedSymbolInspection(com.intellij.psi.css.inspections.CssUnusedSymbolInspection)

Example 2 with CssUnusedSymbolInspection

use of com.intellij.psi.css.inspections.CssUnusedSymbolInspection in project intellij-plugins by JetBrains.

the class FlexHighlightingTest method testFlexWithCssIdSelectorAfterClassSelector.

@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testFlexWithCssIdSelectorAfterClassSelector() throws Exception {
    enableInspectionTool(new CssUnusedSymbolInspection());
    defaultTest();
}
Also used : CssUnusedSymbolInspection(com.intellij.psi.css.inspections.CssUnusedSymbolInspection)

Example 3 with CssUnusedSymbolInspection

use of com.intellij.psi.css.inspections.CssUnusedSymbolInspection in project intellij-plugins by JetBrains.

the class FlexHighlightingTest method testFlexWithCss5.

@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testFlexWithCss5() throws Exception {
    enableInspectionTool(new CssUnusedSymbolInspection());
    defaultTest();
    doTestFor(true, getTestName(false) + ".css");
}
Also used : CssUnusedSymbolInspection(com.intellij.psi.css.inspections.CssUnusedSymbolInspection)

Aggregations

CssUnusedSymbolInspection (com.intellij.psi.css.inspections.CssUnusedSymbolInspection)3