use of org.eclipse.wst.xsl.core.internal.text.rules.StructuredTextPartitionerForXSL in project webtools.sourceediting by eclipse.
the class TestStructuredTextPartitionerForXSL method testXSLNewInstance.
@Test
public void testXSLNewInstance() {
StructuredTextPartitionerForXSL textPartioner = new StructuredTextPartitionerForXSL();
IDocumentPartitioner documentPartitioner = textPartioner.newInstance();
assertTrue("Did not retrieve StructuredTextPartitionerForXSL", documentPartitioner instanceof StructuredTextPartitionerForXSL);
}
Aggregations