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