Package io.debezium.function
Class PredicatesTest
- java.lang.Object
-
- io.debezium.function.PredicatesTest
-
public class PredicatesTest extends Object
- Author:
- Randall Hauch
-
-
Constructor Summary
Constructors Constructor Description PredicatesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldMatchCommaSeparatedLiteralExcludes()voidshouldMatchCommaSeparatedLiteralIncludes()voidshouldMatchCommaSeparatedRegexIncludes()voidshouldMatchCommaSeparatedUuidLiterals()
-
-
-
Method Detail
-
shouldMatchCommaSeparatedRegexIncludes
public void shouldMatchCommaSeparatedRegexIncludes()
-
shouldMatchCommaSeparatedLiteralIncludes
public void shouldMatchCommaSeparatedLiteralIncludes()
-
shouldMatchCommaSeparatedLiteralExcludes
public void shouldMatchCommaSeparatedLiteralExcludes()
-
shouldMatchCommaSeparatedUuidLiterals
public void shouldMatchCommaSeparatedUuidLiterals()
-
-