Make it possible to use assertions with own validator? (inject own Validator in ValidationAssertDelegate)
stefanhendriks opened this issue · 0 comments
stefanhendriks commented
I see the validator (BeanAssert
and PropertyAssert
) is being produced by the ValidationAssertions
class. I have a use-case where I need to provide the validator. However the field responsible (delegate
-> private final ValidationAssertDelegate delegate = new ValidationAssertDelegate();
). Seems to provide no room to inject my own validator there.