Class GitUntagCommandTckTest


  • public abstract class GitUntagCommandTckTest
    extends UntagCommandTckTest
    This test tests the untag command.
    • Constructor Detail

      • GitUntagCommandTckTest

        public GitUntagCommandTckTest()
    • Method Detail

      • 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
      • testPushTagDeletionRejected

        public void testPushTagDeletionRejected()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception