Package io.debezium.document
Class PathsTest
- java.lang.Object
-
- io.debezium.document.PathsTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.debezium.util.Testing
Testing.Debug, Testing.Files, Testing.InterruptableFunction, Testing.Network, Testing.Print, Testing.Timer
-
-
Field Summary
Fields Modifier and Type Field Description private io.debezium.document.Pathpath
-
Constructor Summary
Constructors Constructor Description PathsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEach()protected io.debezium.document.Pathparse(String path)voidshouldParseDoubleAbsolutePath()voidshouldParseDoubleRelativePath()voidshouldParseMultiAbsolutePath()voidshouldParseMultiRelativePath()voidshouldParseRootPath()voidshouldParseSingleAbsolutePath()voidshouldParseSingleRelativePath()
-
-
-
Method Detail
-
beforeEach
public void beforeEach()
-
shouldParseRootPath
public void shouldParseRootPath()
-
shouldParseSingleRelativePath
public void shouldParseSingleRelativePath()
-
shouldParseSingleAbsolutePath
public void shouldParseSingleAbsolutePath()
-
shouldParseDoubleRelativePath
public void shouldParseDoubleRelativePath()
-
shouldParseDoubleAbsolutePath
public void shouldParseDoubleAbsolutePath()
-
shouldParseMultiRelativePath
public void shouldParseMultiRelativePath()
-
shouldParseMultiAbsolutePath
public void shouldParseMultiAbsolutePath()
-
parse
protected io.debezium.document.Path parse(String path)
-
-