Uses of Class
io.debezium.junit.EqualityCheck
-
Packages that use EqualityCheck Package Description io.debezium.junit -
-
Uses of EqualityCheck in io.debezium.junit
Methods in io.debezium.junit that return EqualityCheck Modifier and Type Method Description EqualityCheckcheck()Defines the type of equal-check that should initiate the skip on the test class or method.EqualityCheckcheck()EqualityCheckcheck()static EqualityCheckEqualityCheck. valueOf(String name)Returns the enum constant of this type with the specified name.static EqualityCheck[]EqualityCheck. values()Returns an array containing the constants of this enum type, in the order they are declared.
-