Class CvsCheckoutCommandTest

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.checkout.CvsCheckoutCommandTest
All Implemented Interfaces:
junit.framework.Test

public class CvsCheckoutCommandTest extends AbstractCvsScmTest
  • Constructor Details

    • CvsCheckoutCommandTest

      public CvsCheckoutCommandTest()
  • Method Details

    • getModule

      protected String getModule()
    • testCheckOutWithoutTag

      public void testCheckOutWithoutTag() throws Exception
      TODO move this test to the TCK.
      Throws:
      Exception
    • testCheckOutWithTag

      public void testCheckOutWithTag() throws Exception
      TODO move this test to the TCK - checkout with "revision", then have one for tag as well.
      Throws:
      Exception
    • assertCheckedOutFile

      private File assertCheckedOutFile(List<ScmFile> files, int i, String fileName, ScmFileStatus status) throws Exception
      Throws:
      Exception