Interface AssertVerification

  • All Known Implementing Classes:
    RestructureVerification
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface AssertVerification
    Interface to implement custom verification tasks evaluated by AssertConfiguration.ensure(). Use this method for verifications of mapping operations that cannot be performed using Object.equals(Object).
    • Method Detail