Class CvsChangeLogCommandTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class CvsChangeLogCommandTest
    extends AbstractCvsScmTest
    • Constructor Detail

      • CvsChangeLogCommandTest

        public CvsChangeLogCommandTest()
    • Method Detail

      • getModule

        protected java.lang.String getModule()
      • testGetCommandWithStartAndEndDate

        public void testGetCommandWithStartAndEndDate()
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetCommandWithoutEndDate

        public void testGetCommandWithoutEndDate()
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testGetCommandWithBranchOrTag

        public void testGetCommandWithBranchOrTag()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testChangeLog

        private void testChangeLog​(java.util.Date startDate,
                                   java.util.Date endDate,
                                   int changeLogSize,
                                   java.lang.String branch)
                            throws java.lang.Exception
        Throws:
        java.lang.Exception