Package io.debezium.util
Class SchemaNameAdjusterTest
- java.lang.Object
-
- io.debezium.util.SchemaNameAdjusterTest
-
public class SchemaNameAdjusterTest extends Object
- Author:
- Randall Hauch
-
-
Constructor Summary
Constructors Constructor Description SchemaNameAdjusterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertNotValidFullname(String fullname)protected voidassertValidFullname(String fullname)voidshouldConsiderInvalidFullnames()voidshouldConsiderValidFullnames()voidshouldDetermineValidFirstCharacters()voidshouldDetermineValidNonFirstCharacters()voidshouldReportConflictReplacement()voidshouldReportReplacementEveryTime()voidshouldReportReplacementOnlyOnce()
-
-
-
Method Detail
-
shouldDetermineValidFirstCharacters
public void shouldDetermineValidFirstCharacters()
-
shouldDetermineValidNonFirstCharacters
public void shouldDetermineValidNonFirstCharacters()
-
shouldConsiderValidFullnames
public void shouldConsiderValidFullnames()
-
shouldConsiderInvalidFullnames
public void shouldConsiderInvalidFullnames()
-
shouldReportReplacementEveryTime
public void shouldReportReplacementEveryTime()
-
shouldReportReplacementOnlyOnce
public void shouldReportReplacementOnlyOnce()
-
shouldReportConflictReplacement
public void shouldReportConflictReplacement()
-
assertValidFullname
protected void assertValidFullname(String fullname)
-
assertNotValidFullname
protected void assertNotValidFullname(String fullname)
-
-