org.apache.maven.scm.provider.hg.repository
Class HgScmProviderRepositoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.scm.provider.hg.repository.HgScmProviderRepositoryTest
All Implemented Interfaces:
junit.framework.Test

public class HgScmProviderRepositoryTest
extends junit.framework.TestCase


Constructor Summary
HgScmProviderRepositoryTest()
           
 
Method Summary
 void testFileRepo()
           
 void testHTTPRepo()
           
 void testParseBasicAuth()
          Test SCM-431
 void testParseHostAndPort()
          Test SCM-391
 void testSSHRepo()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

HgScmProviderRepositoryTest

public HgScmProviderRepositoryTest()
Method Detail

testFileRepo

public void testFileRepo()

testSSHRepo

public void testSSHRepo()

testHTTPRepo

public void testHTTPRepo()

testParseHostAndPort

public void testParseHostAndPort()
                          throws Exception
Test SCM-391

Throws:
Exception

testParseBasicAuth

public void testParseBasicAuth()
                        throws Exception
Test SCM-431

Throws:
Exception


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