Class TestDefaultEditComparator


  • public class TestDefaultEditComparator
    extends Object
    • Constructor Detail

      • TestDefaultEditComparator

        public TestDefaultEditComparator()
    • Method Detail

      • basicCompare

        public void basicCompare()
      • compareIncludingNull

        public void compareIncludingNull()
        Test compare where one or both of the arguments is null. Not actually intended to be possible, as used by MinimumEditPath but it could conceivably happen if the given sequences include nulls. If this is the case, then the result operation isn't INSERT or DELETE, but rather CHANGE i.e. you CHANGE an element from something to null, or from null to something.
      • customisedEquals

        public void customisedEquals()
      • main

        public static void main​(String[] args)