Class DocumentDiffTest


  • public class DocumentDiffTest
    extends Object
    • Constructor Detail

      • DocumentDiffTest

        public DocumentDiffTest()
    • Method Detail

      • runTests

        public void runTests​(File dir,
                             int width,
                             int height)
      • generateDiffs

        public void generateDiffs​(File dir,
                                  int width,
                                  int height)
                           throws Exception
        Throws:
        Exception
      • getDiff

        public static void getDiff​(StringBuilder sb,
                                   Box box,
                                   String tab)
        Gets the diff attribute of the DocumentDiffTest object
      • main

        public static void main​(String[] args)
                         throws Exception
        The main program for the DocumentDiffTest class
        Parameters:
        args - The command line arguments
        Throws:
        Exception