Class GitChangeLogCommandTckTest

    • Constructor Detail

      • GitChangeLogCommandTckTest

        public GitChangeLogCommandTckTest()
    • 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
      • testChangeLogCommandFromHeadAncestorAndHead

        public void testChangeLogCommandFromHeadAncestorAndHead()
                                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromHeadToHead

        public void testChangeLogCommandFromHeadToHead()
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromUndefinedToHead

        public void testChangeLogCommandFromUndefinedToHead()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromVersionToUndefined

        public void testChangeLogCommandFromVersionToUndefined()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromVoneToVtwo

        public void testChangeLogCommandFromVoneToVtwo()
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandWithStartEndInBadOrder

        public void testChangeLogCommandWithStartEndInBadOrder()
                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromHeadToStartOfRepository

        public void testChangeLogCommandFromHeadToStartOfRepository()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLogCommandFromVersionToStartOfRepository

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