test
Class PatchLibTestSuite
java.lang.Object
junit.framework.TestSuite
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
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 |
PatchLibTestSuite
public PatchLibTestSuite()
suite
public static junit.framework.Test suite()
- Setup a new TestSuite.
- Returns:
- the TestSuite.