beberlei / assert

Thin assertion library for use in libraries and business-model
Other
2.41k stars 188 forks source link

Usage of custom extended Assert class in LazyAssertion #245

Closed maryo closed 6 years ago

maryo commented 6 years ago

The main reason was to make custom LazyAssertionException classes contain only instances of custom AssertionException classes

But it should also use the whole custom Assertion because it could contain newly added assertion methods.

rquadling commented 6 years ago

Thank you. Good fix!