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