Class SvnTagBranchUtilsTest
- java.lang.Object
-
- org.apache.maven.scm.PlexusJUnit4TestCase
-
- org.apache.maven.scm.ScmTestCase
-
- org.apache.maven.scm.provider.svn.SvnTagBranchUtilsTest
-
public class SvnTagBranchUtilsTest extends ScmTestCase
- 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 SvnTagBranchUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAppendPath()voidtestAppendPathLeadingAndTrailingSlash()voidtestAppendPathNullAddlPath()voidtestAppendPathNullAddlTrailingSlash()voidtestAppendPathTrailingSlash()voidtestGetProjectRootDoubleProjectRoots()voidtestGetProjectRootLooksLikeRootSpecifier()voidtestGetProjectRootNoRootSpecifier()voidtestGetProjectRootTagBranchTrunk()voidtestIsRevisionArgumentRange()voidtestIsRevisionArgumentSimple()voidtestResolveBranchSimple()voidtestResolveBranchTagBase()voidtestResolveTagAbsolute()voidtestResolveTagBase()voidtestResolveTagLooksLikeOverwriteTagBase()voidtestResolveTagRelative()voidtestResolveTagWithSlashes()voidtestResolveTagWithTagBaseSpecified()voidtestResolveTagWithTagOverwritingBase()-
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, setUp
-
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, tearDown
-
-
-
-
Constructor Detail
-
SvnTagBranchUtilsTest
public SvnTagBranchUtilsTest()
-
-
Method Detail
-
testAppendPath
public void testAppendPath() throws Exception
- Throws:
Exception
-
testAppendPathNullAddlPath
public void testAppendPathNullAddlPath() throws Exception
- Throws:
Exception
-
testAppendPathNullAddlTrailingSlash
public void testAppendPathNullAddlTrailingSlash() throws Exception
- Throws:
Exception
-
testAppendPathTrailingSlash
public void testAppendPathTrailingSlash() throws Exception
- Throws:
Exception
-
testAppendPathLeadingAndTrailingSlash
public void testAppendPathLeadingAndTrailingSlash() throws Exception
- Throws:
Exception
-
testResolveTagBase
public void testResolveTagBase()
-
testGetProjectRootTagBranchTrunk
public void testGetProjectRootTagBranchTrunk() throws Exception
- Throws:
Exception
-
testGetProjectRootNoRootSpecifier
public void testGetProjectRootNoRootSpecifier() throws Exception
- Throws:
Exception
-
testGetProjectRootLooksLikeRootSpecifier
public void testGetProjectRootLooksLikeRootSpecifier() throws Exception
- Throws:
Exception
-
testGetProjectRootDoubleProjectRoots
public void testGetProjectRootDoubleProjectRoots() throws Exception
- Throws:
Exception
-
testResolveTagRelative
public void testResolveTagRelative() throws Exception
- Throws:
Exception
-
testResolveTagAbsolute
public void testResolveTagAbsolute() throws Exception
- Throws:
Exception
-
testResolveTagWithSlashes
public void testResolveTagWithSlashes() throws Exception
- Throws:
Exception
-
testResolveTagWithTagOverwritingBase
public void testResolveTagWithTagOverwritingBase() throws Exception
- Throws:
Exception
-
testResolveTagWithTagBaseSpecified
public void testResolveTagWithTagBaseSpecified() throws Exception
- Throws:
Exception
-
testResolveTagLooksLikeOverwriteTagBase
public void testResolveTagLooksLikeOverwriteTagBase() throws Exception
- Throws:
Exception
-
testResolveBranchSimple
public void testResolveBranchSimple() throws Exception
- Throws:
Exception
-
testResolveBranchTagBase
public void testResolveBranchTagBase() throws Exception
- Throws:
Exception
-
testIsRevisionArgumentSimple
public void testIsRevisionArgumentSimple()
-
testIsRevisionArgumentRange
public void testIsRevisionArgumentRange()
-
-