public class DiffFileGeneratorTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PACKAGE
Path of the migration test folder.
|
| Constructor and Description |
|---|
DiffFileGeneratorTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
test1()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test2()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test3()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test4()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test5()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test6()
Test method for
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
public static final java.lang.String PACKAGE
public static junit.framework.Test suite()
public void test1()
throws org.tmatesoft.svn.core.SVNException,
ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.public void test2()
throws org.tmatesoft.svn.core.SVNException,
ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.public void test3()
throws org.tmatesoft.svn.core.SVNException,
ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.public void test4()
throws ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.public void test5()
throws org.tmatesoft.svn.core.SVNException,
ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.public void test6()
throws org.tmatesoft.svn.core.SVNException,
ReaderException
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) .
java.lang.String)} .org.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.ReaderException - if there is a problem with the file to read.