public class DiffFileScanParserTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PACKAGE
Path of the migration test folder.
|
| Constructor and Description |
|---|
DiffFileScanParserTest() |
| Modifier and Type | Method and Description |
|---|---|
private DiffDefinition |
createDiffDefinition(java.lang.String identifier,
java.lang.String content)
Creates a not optional DiffDefintion with the specified identifier and content and without
comment.
|
static junit.framework.Test |
suite()
Necessary for "ant".
|
void |
test1()
Test method for a config/*.txt file
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
void |
test2()
Test method for a check/*.txt file
migration.MigrationManager#generateDiffFile(java.lang.String, java.lang.String) . |
public static final java.lang.String PACKAGE
private DiffDefinition createDiffDefinition(java.lang.String identifier, java.lang.String content)
identifier - the identifier of the linecontent - the content of the linepublic 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.