test
Class PatchLibTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by test.PatchLibTestSuite
All Implemented Interfaces:
junit.framework.Test

public class PatchLibTestSuite
extends junit.framework.TestSuite

This Library implements a simple patch algorithm which is able to process the output of diff in normal format. This class is the test suite which should be run before committing any changes to the revision control system to check for regression bugs. see http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#Normal

          Copyright (c) 2007 Dominik Schulz

          This file is part of jPatchLib.

          jPatchLib is free software; you can redistribute it and/or modify
          it under the terms of the GNU General Public License as published by
          the Free Software Foundation; either version 2 of the License, or
          (at your option) any later version.

          jPatchLib is distributed in the hope that it will be useful,
          but WITHOUT ANY WARRANTY; without even the implied warranty of
          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
          GNU General Public License for more details.

          You should have received a copy of the GNU General Public License
          along with jPatchLib; if not, write to the Free Software
          Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 

Author:
Dominik

Constructor Summary
PatchLibTestSuite()
           
 
Method Summary
static junit.framework.Test suite()
          Setup a new TestSuite.
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PatchLibTestSuite

public PatchLibTestSuite()
Method Detail

suite

public static junit.framework.Test suite()
Setup a new TestSuite.

Returns:
the TestSuite.