Tests the basic functionality of javahl binding (inspired by the
tests in subversion/tests/cmdline/basic_tests.py).
main
public static void main(String[] args)
Main method to run tests standalone
- main in interface SVNTests
args
- command line arguments to specify root directory and root
url
suite
public static TestSuite suite()
Build a test suite of all tests of this class
- suite in interface SVNTests
testBasicAddIgnores
public void testBasicAddIgnores()
throws Throwable
test the basis SVNClient.add functionality with files that should be
ignored
testBasicCancelOperation
public void testBasicCancelOperation()
throws Throwable
testBasicCat
public void testBasicCat()
throws Throwable
test the basic SVNClient.fileContent functionality
testBasicCatStream
public void testBasicCatStream()
throws Throwable
test the basic SVNClient.fileContent functionality
testBasicCheckout
public void testBasicCheckout()
throws Throwable
test the basic SVNClient.checkout functionality
testBasicCheckoutDeleted
public void testBasicCheckoutDeleted()
throws Throwable
testBasicCleanup
public void testBasicCleanup()
throws Throwable
test the basic SVNClient.cleanup functionality
testBasicCommit
public void testBasicCommit()
throws Throwable
test the basic SVNClient.commit functionality
testBasicConflict
public void testBasicConflict()
throws Throwable
test the basic SVNClient.update functionality with concurrent changes
in the repository and the working copy that generate conflicts
testBasicDelete
public void testBasicDelete()
throws Throwable
test the basic SVNClient.remove functionality
testBasicImport
public void testBasicImport()
throws Throwable
Test the basic SVNClient.import functionality
testBasicImportIgnores
public void testBasicImportIgnores()
throws Throwable
test the basis SVNClient.import functionality with files that should be
ignored
testBasicInfo
public void testBasicInfo()
throws Throwable
test the basic SVNClient.info functionality
testBasicInfo2
public void testBasicInfo2()
throws Throwable
test the baisc SVNClient.info2 functionality
testBasicIsAdminDirectory
public void testBasicIsAdminDirectory()
throws Throwable
test the basic SVNClient.isAdminDirectory functionality
testBasicLocking
public void testBasicLocking()
throws Throwable
test the baisc SVNClient locking functionality
testBasicLogMessage
public void testBasicLogMessage()
throws Throwable
test the basic SVNClient.logMessage functionality
testBasicLs
public void testBasicLs()
throws Throwable
test the basic SVNClient.list functionality
testBasicMerge
public void testBasicMerge()
throws Throwable
test the basic SVNClient.merge functionality
testBasicMergingUpdate
public void testBasicMergingUpdate()
throws Throwable
test the basic SVNClient.update functionality with concurrent changes
in the repository and the working copy
testBasicMkdirUrl
public void testBasicMkdirUrl()
throws Throwable
test basic SVNClient.mkdir with url parameter functionality
testBasicNodeKindChange
public void testBasicNodeKindChange()
throws Throwable
Test if Subversion will detect the change of a file to a direcory
testBasicRevert
public void testBasicRevert()
throws Throwable
Test the basic SVNClient.revert functionality
testBasicStatus
public void testBasicStatus()
throws Throwable
test the basic SVNClient.status functionality
testBasicSwitch
public void testBasicSwitch()
throws Throwable
thest the basic SVNClient.switch functionality
testBasicUpdate
public void testBasicUpdate()
throws Throwable
test the basic SVNClient.update functionality
testBasicVersionInfo
public void testBasicVersionInfo()
throws Throwable
test the basic SVNClient.getVersionInfo functionality
testPathValidation
public void testPathValidation()
throws Throwable
Tests Subversion path validation.
testVersion
public void testVersion()
throws Throwable
Test SVNClient.getVersion().