Class DiffComputerTest


  • public class DiffComputerTest
    extends Object
    Test of DiffComputer.
    • Constructor Detail

      • DiffComputerTest

        public DiffComputerTest()
    • Method Detail

      • testSameSequences

        public void testSameSequences()
        Test which computes diff of equal sequences.
      • testDifferentSequences

        public void testDifferentSequences()
        Test which computes diff of different sequences.
      • testAddedElement

        public void testAddedElement()
        Test which computes diff 2 sequences. Second sequence is obtained by adding the element to the fisrt sequence.
      • testRemovedElement

        public void testRemovedElement()
        Test which computes diff 2 sequences. Second sequence is obtained by removing the element from the fisrt sequence.
      • commonSubseuqence

        public void commonSubseuqence()
        Test which computes diff of sequences that have common subsequence.