assertj-assertions-generator icon indicating copy to clipboard operation
assertj-assertions-generator copied to clipboard

Generate WithAssertions interface with default methods

Open theangrydev opened this issue 9 years ago • 1 comments

It would be good if we could generate an interface that extends org.assertj.core.api.WithAssertions and contained default methods for all the custom assertions, so that static imports are not required.

theangrydev avatar Aug 30 '15 10:08 theangrydev

I agree, I haven't yet worked on generating java 8 code but that's planned.

joel-costigliola avatar Aug 30 '15 21:08 joel-costigliola