Class ChangeLogCommandTckTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.codehaus.plexus.PlexusTestCase
org.apache.maven.scm.ScmTestCase
org.apache.maven.scm.ScmTckTestCase
org.apache.maven.scm.tck.command.changelog.ChangeLogCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
GitChangeLogCommandTckTest

public abstract class ChangeLogCommandTckTest extends ScmTckTestCase
Test Changlog command.
1. Get initial log
2. Add one revision
3. Get the two logs
4. Get the last log based on date
5. Test last log for date and comment
  • Field Details

  • Constructor Details

    • ChangeLogCommandTckTest

      public ChangeLogCommandTckTest()
  • Method Details

    • testChangeLogCommand

      public void testChangeLogCommand() throws Exception
      Throws:
      Exception