use of org.eclipse.xtext.formatting2.internal.GenericFormatterTestRequest in project xtext-core by eclipse.
the class GenericFormatterTester method assertFormatted.
public void assertFormatted(final Procedure1<? super GenericFormatterTestRequest> test) {
final GenericFormatterTestRequest request = this.requestProvider.get();
test.apply(request);
this.tester.assertFormatted(request);
}
Aggregations