use of com.intellij.psi.css.inspections.invalid.CssUnknownTargetInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method testRefsInEmbed.
public void testRefsInEmbed() throws Exception {
doTestFor(true, getTestName(false) + ".as");
enableInspectionTool(new CssUnknownTargetInspection());
doTestFor(true, getTestName(false) + ".css");
}
use of com.intellij.psi.css.inspections.invalid.CssUnknownTargetInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method testFlexWithCss.
@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testFlexWithCss() throws Exception {
//enableInspectionTool(new FlexCssStrayBraceInspection());
registerCommonCssInspections();
enableInspectionTool(new CssUnknownTargetInspection());
defaultTest();
doTestFor(true, getTestName(false) + ".css");
}
Aggregations