-
- 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 byAssertConfiguration.ensure(). Use this method for verifications of mapping operations that cannot be performed usingObject.equals(Object).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidverify()
-
-
-
Method Detail
-
verify
void verify() throws AssertionError- Throws:
AssertionError- Throws anAssertionErrorif the verification failed. Please use user-friendly text messages that explain the expected and actual state.
-
-