org.apache.maven.plugins.site
Class SiteDeployMojoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.plugins.site.SiteDeployMojoTest
All Implemented Interfaces:
junit.framework.Test

public class SiteDeployMojoTest
extends PlexusTestCase

Author:
Cyrille Le Clerc

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
SiteDeployMojoTest()
           
 
Method Summary
protected  void setUp()
           
 void testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()
           
 void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()
           
 void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()
           
 void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()
           
 void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()
           
 void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()
           
 void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()
           
 void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()
           
 void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()
           
 void testGetProxyInfoFound()
           
 void testGetProxyInfoNoProxyForRepositoryProtocol()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteDeployMojoTest

public SiteDeployMojoTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class PlexusTestCase
Throws:
Exception

testGetProxyInfoNoProxyForRepositoryProtocol

public void testGetProxyInfoNoProxyForRepositoryProtocol()

testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts

public void testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()

testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1

public void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()

testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2

public void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()

testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3

public void testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()

testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1

public void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()

testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2

public void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()

testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3

public void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()

testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4

public void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()

testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5

public void testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()

testGetProxyInfoFound

public void testGetProxyInfoFound()


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