eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
32 stars 28 forks source link

Allow to format/manipulate the expectation string before assertion #219

Closed dhuebner closed 7 years ago

dhuebner commented 7 years ago

Usage:

public void modifiedExpectation(@LinesExpectation(expectationFormatter = SomeExpectationFormatter.class) ILinesExpectation expectation) {
}
meysholdt commented 7 years ago

Thank you!