Class GitBlameCommandTckTest

  • All Implemented Interfaces:
    junit.framework.Test

    public abstract class GitBlameCommandTckTest
    extends BlameCommandTckTest
    Since:
    1.4
    • Constructor Detail

      • GitBlameCommandTckTest

        public GitBlameCommandTckTest()
    • Method Detail

      • initRepo

        public void initRepo()
                      throws java.lang.Exception
        Description copied from class: ScmTckTestCase

        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