Class BranchCommandTckTest

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.branch.BranchCommandTckTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
CvsBranchCommandTckTest, GitBranchCommandTckTest, SvnBranchCommandTckTest

public abstract class BranchCommandTckTest extends ScmTckTestCase
This test tests the branch command.
  • Constructor Details

    • BranchCommandTckTest

      public BranchCommandTckTest()
  • Method Details

    • getBranch

      protected String getBranch()
    • testBranchCommandTest

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

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