Class UntagCommandTckTest

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.untag.UntagCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
GitUntagCommandTckTest, SvnUntagCommandTckTest

public abstract class UntagCommandTckTest extends ScmTckTestCase
This test tests the untag command.
  • Constructor Details

    • UntagCommandTckTest

      public UntagCommandTckTest()
  • Method Details

    • getTagName

      protected String getTagName()
    • testUntagCommandTest

      public void testUntagCommandTest() throws Exception
      Throws:
      Exception