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();
}
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();
}
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");
}
Aggregations