Class SvnScmProviderRepositoryTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.scm.ScmTestCase
-
- org.apache.maven.scm.provider.svn.svnjava.repository.SvnScmProviderRepositoryTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SvnScmProviderRepositoryTest extends org.apache.maven.scm.ScmTestCase
- Version:
- $Id: SvnScmProviderRepositoryTest.java 3 2009-03-20 21:49:32Z oliver.lamy $
- Author:
- Emmanuel Venisse, David Hawkins
-
-
Constructor Summary
Constructors Constructor Description SvnScmProviderRepositoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepareCopy()
void
setUp()
void
testFileURLNotSupported()
void
testIllegalFileUrl()
void
testLegalHttpsURL()
void
testLegalHttpURL()
void
testLegalSvnPlusSshPlusUsernameURL()
void
testLegalSvnPlusSshURL()
void
testLegalSvnPlusUsernameURL()
void
testLegalSvnURL()
void
testLocalhostFileURLNotSupported()
void
testLocalhostFileURLNotSupportedBis()
void
testSvnFromPath()
-
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
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown
-
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
-
setUp
public void setUp() throws Exception
- Overrides:
setUp
in classorg.apache.maven.scm.ScmTestCase
- Throws:
Exception
-
testLocalhostFileURLNotSupported
public void testLocalhostFileURLNotSupported() throws Exception
- Throws:
Exception
-
testLocalhostFileURLNotSupportedBis
public void testLocalhostFileURLNotSupportedBis() throws Exception
- Throws:
Exception
-
testLegalSvnPlusUsernameURL
public void testLegalSvnPlusUsernameURL() throws Exception
- Throws:
Exception
-
testLegalSvnPlusSshPlusUsernameURL
public void testLegalSvnPlusSshPlusUsernameURL() throws Exception
- Throws:
Exception
-
-