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
-
Field Summary
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate FileassertCheckedOutFile(List<ScmFile> files, int i, String fileName, ScmFileStatus status) protected StringvoidTODO move this test to the TCK.voidTODO 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, setUpMethods 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, setDebugExecuteMethods 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, teardownContainerMethods 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
-
Constructor Details
-
CvsCheckoutCommandTest
public CvsCheckoutCommandTest()
-
-
Method Details
-
getModule
-
testCheckOutWithoutTag
TODO move this test to the TCK.- Throws:
Exception
-
testCheckOutWithTag
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
-