Class TestMinimumEditPath


  • public class TestMinimumEditPath
    extends Object
    Tests for non-character edit path computations.
    • Constructor Detail

      • TestMinimumEditPath

        public TestMinimumEditPath()
    • Method Detail

      • nullsInPaths

        public void nullsInPaths()
        Ensure path elements can be null.
      • mapOneToMany

        public void mapOneToMany()
        Test mapping of 1 'from' to ≥ 'to' elements.
      • main

        public static void main​(String[] args)