org.tigris.subversion.javahl.tests
public class BasicTests extends SVNTests
| Field Summary | |
|---|---|
| static String | testName
base name of all our tests |
| Constructor Summary | |
|---|---|
| BasicTests()
Initialize the testBaseName and the testCounter, if this is the first
test of this class | |
| Method Summary | |
|---|---|
| static void | main(String[] args)
Main method to run tests standalone |
| static TestSuite | suite()
Build a test suite of all tests of this class |
| void | testBasicAddIgnores()
test the basis SVNClient.add functionality with files that should be
ignored |
| void | testBasicCancelOperation() |
| void | testBasicCat()
test the basic SVNClient.fileContent functionality |
| void | testBasicCatStream()
test the basic SVNClient.fileContent functionality |
| void | testBasicCheckout()
test the basic SVNClient.checkout functionality |
| void | testBasicCheckoutDeleted() |
| void | testBasicCleanup()
test the basic SVNClient.cleanup functionality |
| void | testBasicCommit()
test the basic SVNClient.commit functionality |
| void | testBasicConflict()
test the basic SVNClient.update functionality with concurrent changes
in the repository and the working copy that generate conflicts |
| void | testBasicDelete()
test the basic SVNClient.remove functionality |
| void | testBasicImport()
Test the basic SVNClient.import functionality |
| void | testBasicImportIgnores()
test the basis SVNClient.import functionality with files that should be
ignored |
| void | testBasicInfo()
test the basic SVNClient.info functionality |
| void | testBasicInfo2()
test the baisc SVNClient.info2 functionality |
| void | testBasicIsAdminDirectory()
test the basic SVNClient.isAdminDirectory functionality |
| void | testBasicLocking()
test the baisc SVNClient locking functionality |
| void | testBasicLogMessage()
test the basic SVNClient.logMessage functionality |
| void | testBasicLs()
test the basic SVNClient.list functionality |
| void | testBasicMerge()
test the basic SVNClient.merge functionality |
| void | testBasicMergingUpdate()
test the basic SVNClient.update functionality with concurrent changes
in the repository and the working copy |
| void | testBasicMkdirUrl()
test basic SVNClient.mkdir with url parameter functionality |
| void | testBasicNodeKindChange()
Test if Subversion will detect the change of a file to a direcory |
| void | testBasicRevert()
Test the basic SVNClient.revert functionality |
| void | testBasicStatus()
test the basic SVNClient.status functionality |
| void | testBasicSwitch()
thest the basic SVNClient.switch functionality |
| void | testBasicUpdate()
test the basic SVNClient.update functionality |
| void | testBasicVersionInfo()
test the basic SVNClient.getVersionInfo functionality |
| void | testPathValidation()
Tests Subversion path validation. |
| void | testVersion()
Test SVNClient.getVersion(). |
Parameters: args command line arguments to specify root directory and root url
Returns: the new test suite
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Since: 1.2
Throws: Throwable
Since: 1.2
Throws: Throwable
Since: 1.2
Throws: Throwable
Throws: Throwable
Throws: Throwable
Since: 1.2
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Throws: Throwable
Since: 1.2
Throws: Throwable