org.apache.maven.scm.provider.jazz.repository
Class JazzScmProviderRepositoryTest

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.jazz.repository.JazzScmProviderRepositoryTest
All Implemented Interfaces:
junit.framework.Test

public class JazzScmProviderRepositoryTest
extends ScmTestCase

Author:
Chris Graham

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
JazzScmProviderRepositoryTest()
           
 
Method Summary
 void setUp()
           
 void testIllegalFullHttpsURIWithBadPort()
           
 void testIllegalFullHttpsURIWithMissingPathOrWorkspace()
           
 void testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndPort()
           
 void testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndUsernameAndPasswordAndPort()
           
 void testIllegalFullHttpsURIWithMissingPortAndPathOrWorkspace()
           
 void testIllegalFullHttpsURIWithMissingPortButWithColon()
           
 void testIllegalWrongProtocolURI()
           
 void testLegalFullHttpsURI()
           
 void testLegalFullHttpsURIWithSpaces()
           
 void testLegalFullHttpsURIWithSpacesAndQuote()
           
 void testLegalFullHttpURI()
           
 void testLegalFullHttpURIWithLongPath()
           
 void testLegalFullHttpURIWithShortPath()
           
 void testLegalFullHttpURIWithShortPathAndNoPort()
           
 void testLegalFullHttpURIWithSpaces()
           
 void testLegalHttpsURI()
           
 void testLegalHttpsURINoPort()
           
 void testLegalHttpsURIWithUser()
           
 void testLegalHttpsURIWithUserAndPassword()
           
 void testLegalHttpURI()
           
 void testLegalHttpURIWithLongPath()
           
 void testLegalHttpURIWithShortPathPath()
           
 void testLegalHttpURIWithShortPathPathAndNoPort()
           
 void testLegalHttpURIWithUser()
           
 void testLegalHttpURIWithUserAndPassword()
           
 
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

JazzScmProviderRepositoryTest

public JazzScmProviderRepositoryTest()
Method Detail

setUp

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

testLegalFullHttpURI

public void testLegalFullHttpURI()
                          throws Exception
Throws:
Exception

testLegalHttpURI

public void testLegalHttpURI()
                      throws Exception
Throws:
Exception

testLegalFullHttpURIWithLongPath

public void testLegalFullHttpURIWithLongPath()
                                      throws Exception
Throws:
Exception

testLegalHttpURIWithLongPath

public void testLegalHttpURIWithLongPath()
                                  throws Exception
Throws:
Exception

testLegalFullHttpURIWithShortPath

public void testLegalFullHttpURIWithShortPath()
                                       throws Exception
Throws:
Exception

testLegalHttpURIWithShortPathPath

public void testLegalHttpURIWithShortPathPath()
                                       throws Exception
Throws:
Exception

testLegalFullHttpURIWithShortPathAndNoPort

public void testLegalFullHttpURIWithShortPathAndNoPort()
                                                throws Exception
Throws:
Exception

testLegalHttpURIWithShortPathPathAndNoPort

public void testLegalHttpURIWithShortPathPathAndNoPort()
                                                throws Exception
Throws:
Exception

testLegalHttpURIWithUser

public void testLegalHttpURIWithUser()
                              throws Exception
Throws:
Exception

testLegalHttpURIWithUserAndPassword

public void testLegalHttpURIWithUserAndPassword()
                                         throws Exception
Throws:
Exception

testLegalFullHttpsURI

public void testLegalFullHttpsURI()
                           throws Exception
Throws:
Exception

testLegalHttpsURI

public void testLegalHttpsURI()
                       throws Exception
Throws:
Exception

testLegalHttpsURINoPort

public void testLegalHttpsURINoPort()
                             throws Exception
Throws:
Exception

testLegalHttpsURIWithUser

public void testLegalHttpsURIWithUser()
                               throws Exception
Throws:
Exception

testLegalHttpsURIWithUserAndPassword

public void testLegalHttpsURIWithUserAndPassword()
                                          throws Exception
Throws:
Exception

testLegalFullHttpURIWithSpaces

public void testLegalFullHttpURIWithSpaces()
                                    throws Exception
Throws:
Exception

testLegalFullHttpsURIWithSpaces

public void testLegalFullHttpsURIWithSpaces()
                                     throws Exception
Throws:
Exception

testLegalFullHttpsURIWithSpacesAndQuote

public void testLegalFullHttpsURIWithSpacesAndQuote()
                                             throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithMissingPathOrWorkspace

public void testIllegalFullHttpsURIWithMissingPathOrWorkspace()
                                                       throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndPort

public void testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndPort()
                                                              throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndUsernameAndPasswordAndPort

public void testIllegalFullHttpsURIWithMissingPathOrWorkspaceAndUsernameAndPasswordAndPort()
                                                                                    throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithMissingPortButWithColon

public void testIllegalFullHttpsURIWithMissingPortButWithColon()
                                                        throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithMissingPortAndPathOrWorkspace

public void testIllegalFullHttpsURIWithMissingPortAndPathOrWorkspace()
                                                              throws Exception
Throws:
Exception

testIllegalWrongProtocolURI

public void testIllegalWrongProtocolURI()
                                 throws Exception
Throws:
Exception

testIllegalFullHttpsURIWithBadPort

public void testIllegalFullHttpsURIWithBadPort()
                                        throws Exception
Throws:
Exception


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