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
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
-
-
Constructor Summary
Constructors Constructor Description CvsCheckoutCommandTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.io.File
assertCheckedOutFile(java.util.List<ScmFile> files, int i, java.lang.String fileName, ScmFileStatus status)
protected java.lang.String
getModule()
void
testCheckOutWithoutTag()
TODO move this test to the TCK.void
testCheckOutWithTag()
TODO move this test to the TCK - checkout with "revision", then have one for tag as well.-
Methods inherited from class org.apache.maven.scm.provider.cvslib.AbstractCvsScmTest
assertBetween, getScmRepository, setUp
-
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getSecDispatcher, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, printSystemCmdUnavail, setDebugExecute
-
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer, tearDown, teardownContainer
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
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
-
-