Class 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
    • Field Summary

      • Fields inherited from class org.apache.maven.scm.ScmTestCase

        GMT_TIME_ZONE
      • Fields inherited from class org.codehaus.plexus.PlexusTestCase

        basedir, container
    • 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
    • Constructor Detail

      • SvnScmProviderRepositoryTest

        public SvnScmProviderRepositoryTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws Exception
        Overrides:
        setUp in class org.apache.maven.scm.ScmTestCase
        Throws:
        Exception
      • testFileURLNotSupported

        public void testFileURLNotSupported()
                                     throws Exception
        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
      • testLegalSvnPlusSshURL

        public void testLegalSvnPlusSshURL()
                                    throws Exception
        Throws:
        Exception
      • testLegalSvnPlusSshPlusUsernameURL

        public void testLegalSvnPlusSshPlusUsernameURL()
                                                throws Exception
        Throws:
        Exception
      • testIllegalFileUrl

        public void testIllegalFileUrl()
                                throws Exception
        Throws:
        Exception