- java.lang.Object
-
- com.remondis.remap.RestructureVerification<S,RD>
-
- All Implemented Interfaces:
AssertVerification
public class RestructureVerification<S,RD> extends Object implements AssertVerification
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLY_SPECIFICstatic StringCREATE_IMPLICIT
-
-
-
Field Detail
-
APPLY_SPECIFIC
public static final String APPLY_SPECIFIC
- See Also:
- Constant Field Values
-
CREATE_IMPLICIT
public static final String CREATE_IMPLICIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
verify
public void verify() throws AssertionError- Specified by:
verifyin interfaceAssertVerification- Throws:
AssertionError- Throws anAssertionErrorif the verification failed. Please use user-friendly text messages that explain the expected and actual state.
-
-