Class CvsCheckoutCommandTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class CvsCheckoutCommandTest
    extends AbstractCvsScmTest
    • Constructor Detail

      • CvsCheckoutCommandTest

        public CvsCheckoutCommandTest()
    • Method Detail

      • getModule

        protected java.lang.String getModule()
      • testCheckOutWithoutTag

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

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

        private java.io.File assertCheckedOutFile​(java.util.List<ScmFile> files,
                                                  int i,
                                                  java.lang.String fileName,
                                                  ScmFileStatus status)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception