Class SvnBranchCommandTckTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class SvnBranchCommandTckTest
    extends BranchCommandTckTest
    This test tests the branch command.
    • Constructor Detail

      • SvnBranchCommandTckTest

        public SvnBranchCommandTckTest()
    • Method Detail

      • getScmUrl

        public java.lang.String getScmUrl()
                                   throws java.lang.Exception
        Specified by:
        getScmUrl in class ScmTckTestCase
        Returns:
        A provider specific and valid url for the repository
        Throws:
        java.lang.Exception - if any
      • initRepo

        public void initRepo()
                      throws java.lang.Exception

        Initialize repository at the ScmTckTestCase.getScmUrl() location with the files in ScmTckTestCase.getScmFileNames()

        The setup is also asserting on the existence of these files.
        This should only be used by this class (thus do not call this method from derived classes)

        Note: 'svnadmin' should be a system command.
        Specified by:
        initRepo in class ScmTckTestCase
        Throws:
        java.lang.Exception - if any