Search in sources :

Example 1 with StringCompareUtil

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();
}
Also used : DefaultXMLPartitionFormatter(org.eclipse.wst.xml.core.internal.formatter.DefaultXMLPartitionFormatter) StringCompareUtil(org.eclipse.wst.xml.core.tests.util.StringCompareUtil)

Example 2 with 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();
}
Also used : StringCompareUtil(org.eclipse.wst.xml.core.tests.util.StringCompareUtil) FormatProcessorXML(org.eclipse.wst.xml.core.internal.provisional.format.FormatProcessorXML)

Aggregations

StringCompareUtil (org.eclipse.wst.xml.core.tests.util.StringCompareUtil)2 DefaultXMLPartitionFormatter (org.eclipse.wst.xml.core.internal.formatter.DefaultXMLPartitionFormatter)1 FormatProcessorXML (org.eclipse.wst.xml.core.internal.provisional.format.FormatProcessorXML)1