org.tigris.subversion.javahl.tests
protected class SVNTests.OneTest extends Object
| Field Summary | |
|---|---|
| protected File | repository
the file name of repository (used by SVNAdmin) |
| protected String | url
the url of the repository (used by SVNClient) |
| protected WC | wc
the expected layout of the working copy after the next subversion
command |
| protected File | workingCopy
the file name of the working copy directory |
| Constructor Summary | |
|---|---|
| protected | OneTest()
build a new test setup with a new repository, a new working and a
new expected working layout |
| Method Summary | |
|---|---|
| void | checkStatus()
Check if the working copy has the expected status |
| protected SVNTests.OneTest | copy(String append)
Copy the working copy and the expected working copy layout for tests
which need multiple working copy |
| protected File | createStartRepository(String testName)
Create the repository for the beginning of the test |
| protected File | createStartWorkingCopy(File repos, String testName)
Create the working copy for the beginning of the test |
| File | getRepository()
Return the directory of the repository |
| String | getRepositoryPath()
Return the name of the directory of the repository |
| String | getUrl()
Returns the url of repository |
| WC | getWc()
Returns the expected working copy content |
| String | getWCPath()
Return the working copy directory name |
| File | getWorkingCopy()
Return the working copy directory |
Throws: Exception
Throws: Exception
Parameters: append append to the working copy name of the original
Returns: second test object.
Throws: Exception
Parameters: testName the name of the test
Returns: the repository directory
Throws: Exception
Parameters: repos the repository directory testName the name of the test
Returns: the directory of the working copy
Throws: Exception
Returns: the repository directory name
Returns: the name of repository directory
Returns: the url
Returns: the expected working copy content
Returns: the name of the working copy directory
Returns: the working copy directory