Class TagCommandTckTest

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.tag.TagCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
CvsTagCommandTckTest, GitTagCommandTckTest, SvnTagCommandTckTest

public abstract class TagCommandTckTest extends ScmTckTestCase
This test tests the tag command.
  • Constructor Details

    • TagCommandTckTest

      public TagCommandTckTest()
  • Method Details

    • getTagName

      protected String getTagName()
    • testTagCommandTest

      public void testTagCommandTest() throws Exception
      Throws:
      Exception
    • changeReadmeTxt

      private void changeReadmeTxt(File readmeTxt) throws Exception
      Throws:
      Exception