Class CvsChangeLogCommandTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.codehaus.plexus.PlexusTestCase
org.apache.maven.scm.ScmTestCase
org.apache.maven.scm.provider.cvslib.AbstractCvsScmTest
org.apache.maven.scm.provider.cvslib.command.changelog.CvsChangeLogCommandTest
All Implemented Interfaces:
junit.framework.Test

public class CvsChangeLogCommandTest extends AbstractCvsScmTest
  • Constructor Details

    • CvsChangeLogCommandTest

      public CvsChangeLogCommandTest()
  • Method Details

    • getModule

      protected String getModule()
    • testGetCommandWithStartAndEndDate

      public void testGetCommandWithStartAndEndDate() throws Exception
      Throws:
      Exception
    • testGetCommandWithoutEndDate

      public void testGetCommandWithoutEndDate() throws Exception
      Throws:
      Exception
    • testGetCommandWithBranchOrTag

      public void testGetCommandWithBranchOrTag() throws Exception
      Throws:
      Exception
    • testChangeLog

      private void testChangeLog(Date startDate, Date endDate, int changeLogSize, String branch) throws Exception
      Throws:
      Exception