Class PathsTest

  • All Implemented Interfaces:
    Testing

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

      • path

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

      • PathsTest

        public PathsTest()
    • 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)