use of org.eclipse.mylyn.wikitext.textile.internal.validation.TextileReferenceValidationRule in project mylyn.docs by eclipse.
the class TextileReferenceValidationRuleTest method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
rule = new TextileReferenceValidationRule();
validator = new MarkupValidator();
validator.getRules().add(rule);
}
Aggregations