org.apache.maven.scm.provider.svn.repository
Class SvnScmProviderRepositoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.scm.ScmTestCase
                  extended by org.apache.maven.scm.provider.svn.repository.SvnScmProviderRepositoryTest
All Implemented Interfaces:
junit.framework.Test

public class SvnScmProviderRepositoryTest
extends ScmTestCase

Version:
$Id: SvnScmProviderRepositoryTest.java 1241178 2012-02-06 21:04:41Z rfscholte $
Author:
Emmanuel Venisse

Field Summary
 
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
SvnScmProviderRepositoryTest()
           
 
Method Summary
 void setUp()
           
 void testGetParent()
           
 void testGetParentDotSlashEndingURL()
           
 void testGetParentSlashEndingURL()
           
 void testIllegalFileUrl()
           
 void testLegalFileURL()
           
 void testLegalHistnameFileURL()
           
 void testLegalHttpsURL()
           
 void testLegalHttpsURLWithUser()
           
 void testLegalHttpsURLWithUserPassword()
           
 void testLegalHttpURL()
           
 void testLegalHttpURLWithUser()
           
 void testLegalHttpURLWithUserPassword()
           
 void testLegalLocalhostFileURL()
           
 void testLegalSvnPlusSshPlusUsernameURL()
           
 void testLegalSvnPlusSshURL()
           
 void testLegalSvnPlusUsernamePasswordURL()
           
 void testLegalSvnPlusUsernameURL()
           
 void testLegalSvnPortUrl()
           
 void testLegalSvnURL()
           
 
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, execute, getAssertionCopy, getDate, getDate, getDate, getModule, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, printOutputError, 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
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvnScmProviderRepositoryTest

public SvnScmProviderRepositoryTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class ScmTestCase
Throws:
Exception

testLegalFileURL

public void testLegalFileURL()
                      throws Exception
Throws:
Exception

testLegalLocalhostFileURL

public void testLegalLocalhostFileURL()
                               throws Exception
Throws:
Exception

testLegalHistnameFileURL

public void testLegalHistnameFileURL()
                              throws Exception
Throws:
Exception

testLegalHttpURL

public void testLegalHttpURL()
                      throws Exception
Throws:
Exception

testLegalHttpURLWithUser

public void testLegalHttpURLWithUser()
                              throws Exception
Throws:
Exception

testLegalHttpURLWithUserPassword

public void testLegalHttpURLWithUserPassword()
                                      throws Exception
Throws:
Exception

testLegalHttpsURL

public void testLegalHttpsURL()
                       throws Exception
Throws:
Exception

testLegalHttpsURLWithUser

public void testLegalHttpsURLWithUser()
                               throws Exception
Throws:
Exception

testLegalHttpsURLWithUserPassword

public void testLegalHttpsURLWithUserPassword()
                                       throws Exception
Throws:
Exception

testLegalSvnURL

public void testLegalSvnURL()
                     throws Exception
Throws:
Exception

testLegalSvnPlusUsernameURL

public void testLegalSvnPlusUsernameURL()
                                 throws Exception
Throws:
Exception

testLegalSvnPlusUsernamePasswordURL

public void testLegalSvnPlusUsernamePasswordURL()
                                         throws Exception
Throws:
Exception

testLegalSvnPlusSshURL

public void testLegalSvnPlusSshURL()
                            throws Exception
Throws:
Exception

testLegalSvnPlusSshPlusUsernameURL

public void testLegalSvnPlusSshPlusUsernameURL()
                                        throws Exception
Throws:
Exception

testLegalSvnPortUrl

public void testLegalSvnPortUrl()
                         throws Exception
Throws:
Exception

testIllegalFileUrl

public void testIllegalFileUrl()
                        throws Exception
Throws:
Exception

testGetParent

public void testGetParent()

testGetParentDotSlashEndingURL

public void testGetParentDotSlashEndingURL()

testGetParentSlashEndingURL

public void testGetParentSlashEndingURL()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.