use of org.eclipse.wst.xml.core.tests.util.StringCompareUtil in project webtools.sourceediting by eclipse.
the class TestPartitionFormatterXML method setUp.
protected void setUp() throws Exception {
partitionFormatter = new DefaultXMLPartitionFormatter();
fStringCompareUtil = new StringCompareUtil();
}
use of org.eclipse.wst.xml.core.tests.util.StringCompareUtil in project webtools.sourceediting by eclipse.
the class TestFormatProcessorXML method setUp.
protected void setUp() throws Exception {
formatProcessor = new FormatProcessorXML();
fStringCompareUtil = new StringCompareUtil();
}
Aggregations