Class CvsUpdateCommandTckTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class CvsUpdateCommandTckTest
    extends UpdateCommandTckTest
    • Constructor Detail

      • CvsUpdateCommandTckTest

        public CvsUpdateCommandTckTest()
    • Method Detail

      • getScmUrl

        public java.lang.String getScmUrl()
        Specified by:
        getScmUrl in class ScmTckTestCase
        Returns:
        A provider specific and valid url for the repository
      • 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