public class SVNRunnableTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
CLASSPATH_PATH |
private org.tmatesoft.svn.core.wc.SVNClientManager |
clientManager |
private org.springframework.core.io.Resource |
comparer |
private static String |
FILENAME |
private static String |
ORIGINAL_TEXT |
private static int |
ORIGINAL_VERSION |
private static String |
PATH |
private File |
theDir |
private org.tmatesoft.svn.core.SVNURL |
url |
| Constructor and Description |
|---|
SVNRunnableTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
emptyDir() |
private void |
emptyDir(File dir) |
private org.springframework.context.support.GenericApplicationContext |
getContext(String fileName) |
void |
makeDir() |
private org.springframework.core.io.Resource |
makeResource(org.tmatesoft.svn.core.wc.SVNClientManager svnClientMgr,
org.tmatesoft.svn.core.SVNURL repositoryUrl,
File workingCopy,
long workingRevision,
String resourceFile) |
void |
setup() |
void |
testMain() |
void |
testNotExist() |
void |
testRevision() |
void |
testSpringLoad() |
private static final String ORIGINAL_TEXT
private static final int ORIGINAL_VERSION
private static final String PATH
private static final String FILENAME
private static final String CLASSPATH_PATH
private org.tmatesoft.svn.core.wc.SVNClientManager clientManager
private org.springframework.core.io.Resource comparer
private org.tmatesoft.svn.core.SVNURL url
private File theDir
public void setup()
throws org.tmatesoft.svn.core.SVNException,
IOException
org.tmatesoft.svn.core.SVNExceptionIOExceptionpublic void makeDir()
throws IOException
IOExceptionprivate void emptyDir(File dir)
public void emptyDir()
private org.springframework.core.io.Resource makeResource(org.tmatesoft.svn.core.wc.SVNClientManager svnClientMgr,
org.tmatesoft.svn.core.SVNURL repositoryUrl,
File workingCopy,
long workingRevision,
String resourceFile)
public void testRevision()
throws IOException,
ParseException
IOExceptionParseExceptionpublic void testNotExist()
public void testMain()
throws IOException
IOExceptionprivate org.springframework.context.support.GenericApplicationContext getContext(String fileName)
public void testSpringLoad()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.