Search in sources :

Example 1 with CheckXmlFileWithXercesValidatorInspection

use of com.intellij.xml.util.CheckXmlFileWithXercesValidatorInspection in project intellij-plugins by JetBrains.

the class FlexHighlightingTest method testCompilerConfigHighlighting.

@JSTestOptions({ JSTestOption.WithFlexSdk })
public void testCompilerConfigHighlighting() throws Exception {
    enableInspectionTool(new CheckXmlFileWithXercesValidatorInspection());
    doTestFor(true, getTestName(false) + ".xml");
    doTestFor(true, getTestName(false) + "_2.xml");
    doTestFor(true, getTestName(false) + "_3.xml");
    doTestFor(true, getTestName(false) + "_4.xml");
    doTestFor(true, getTestName(false) + "_5.xml", getTestName(false) + "_4.xml");
}
Also used : CheckXmlFileWithXercesValidatorInspection(com.intellij.xml.util.CheckXmlFileWithXercesValidatorInspection)

Aggregations

CheckXmlFileWithXercesValidatorInspection (com.intellij.xml.util.CheckXmlFileWithXercesValidatorInspection)1