Class SvnExeBranchCommandTckTest
- java.lang.Object
-
- org.apache.maven.scm.PlexusJUnit4TestCase
-
- org.apache.maven.scm.ScmTestCase
-
- org.apache.maven.scm.ScmTckTestCase
-
- org.apache.maven.scm.tck.command.branch.BranchCommandTckTest
-
- org.apache.maven.scm.provider.svn.command.branch.SvnBranchCommandTckTest
-
- org.apache.maven.scm.provider.svn.svnexe.command.branch.SvnExeBranchCommandTckTest
-
public class SvnExeBranchCommandTckTest extends org.apache.maven.scm.provider.svn.command.branch.SvnBranchCommandTckTest
This test tests the branch command.- Author:
- Emmanuel Venisse
-
-
Field Summary
-
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
-
Fields inherited from class org.apache.maven.scm.PlexusJUnit4TestCase
testName
-
-
Constructor Summary
Constructors Constructor Description SvnExeBranchCommandTckTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScmProviderCommand()voidtestBranchUserNameSvnHttps()voidtestBranchUserNameSvnHttpsRemoteBranchingNoRev()voidtestBranchUserNameSvnHttpsRemoteBranchingNoRevWithPinExternals()voidtestBranchUserNameSvnHttpsRemoteBranchingWithRev()voidtestBranchUserNameSvnHttpsRemoteBranchingWithRevWithPinExternals()voidtestBranchUserNameSvnSsh()-
Methods inherited from class org.apache.maven.scm.provider.svn.command.branch.SvnBranchCommandTckTest
getScmUrl, initRepo
-
Methods inherited from class org.apache.maven.scm.tck.command.branch.BranchCommandTckTest
getBranch, testBranchCommandTest
-
Methods inherited from class org.apache.maven.scm.ScmTckTestCase
addToWorkingTree, checkIn, checkOut, checkScmPresence, edit, getScmFileNames, getScmRepository, mapFilesByPath, remove, removeRepo, setUp, tearDown
-
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, checkSystemCmdPresence, customizeContainerConfiguration, deleteDirectory, execute, getAssertionCopy, getDate, getDate, getDate, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, setDebugExecute
-
Methods inherited from class org.apache.maven.scm.PlexusJUnit4TestCase
customizeComponentConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getCustomModules, getName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, lookupMap, release, setupContainer
-
-
-
-
Constructor Detail
-
SvnExeBranchCommandTckTest
public SvnExeBranchCommandTckTest()
-
-
Method Detail
-
getScmProviderCommand
public String getScmProviderCommand()
- Overrides:
getScmProviderCommandin classScmTckTestCase
-
testBranchUserNameSvnHttpsRemoteBranchingWithRev
public void testBranchUserNameSvnHttpsRemoteBranchingWithRev() throws Exception
- Throws:
Exception
-
testBranchUserNameSvnHttpsRemoteBranchingWithRevWithPinExternals
public void testBranchUserNameSvnHttpsRemoteBranchingWithRevWithPinExternals() throws Exception
- Throws:
Exception
-
testBranchUserNameSvnHttpsRemoteBranchingNoRev
public void testBranchUserNameSvnHttpsRemoteBranchingNoRev() throws Exception
- Throws:
Exception
-
testBranchUserNameSvnHttpsRemoteBranchingNoRevWithPinExternals
public void testBranchUserNameSvnHttpsRemoteBranchingNoRevWithPinExternals() throws Exception
- Throws:
Exception
-
testBranchUserNameSvnHttps
public void testBranchUserNameSvnHttps() throws Exception
- Throws:
Exception
-
testBranchUserNameSvnSsh
public void testBranchUserNameSvnSsh() throws Exception
- Throws:
Exception
-
-