Class PathsTest

java.lang.Object
io.debezium.document.PathsTest
All Implemented Interfaces:
Testing

public class PathsTest extends Object implements Testing
Author:
Randall Hauch
  • Field Details

    • path

      private io.debezium.document.Path path
  • Constructor Details

    • PathsTest

      public PathsTest()
  • Method Details

    • 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)