public class

TestHttpProxyConfiguration

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.util.http.TestHttpProxyConfiguration

Summary

Public Constructors
TestHttpProxyConfiguration()
Public Methods
void testAuthPropertyCanContainSpaces()
void testBasicAuthenticationIfUsernameProvided()
void testBasicAuthenticationPropertyOnly()
void testDefaultAuthentication()
void testDefaultPort()
void testDifferentAuthenticationOrder()
void testIllegalAuthenticatorDoesntInvalidateLegalAuthenticators()
void testIllegalPortPropertyDefaultsToEighty()
void testMissSpeltNonProxyHostsPropertyIsTranslated()
void testNoProxyByDefault()
void testNonProxyHosts()
void testNonProxyHostsWildcard()
void testNtlmAuthenticationIfDomainProvided()
void testNtlmAuthenticationOnly()
void testProxyConfigured()
void testSaneValuesFromGetMethodsOnEmptyProperties()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestHttpProxyConfiguration ()

Public Methods

public void testAuthPropertyCanContainSpaces ()

Throws
Exception

public void testBasicAuthenticationIfUsernameProvided ()

Throws
Exception

public void testBasicAuthenticationPropertyOnly ()

Throws
Exception

public void testDefaultAuthentication ()

Throws
Exception

public void testDefaultPort ()

Throws
Exception

public void testDifferentAuthenticationOrder ()

Throws
Exception

public void testIllegalAuthenticatorDoesntInvalidateLegalAuthenticators ()

Throws
Exception

public void testIllegalPortPropertyDefaultsToEighty ()

Throws
Exception

public void testMissSpeltNonProxyHostsPropertyIsTranslated ()

Throws
Exception

public void testNoProxyByDefault ()

Throws
Exception

public void testNonProxyHosts ()

Throws
Exception

public void testNonProxyHostsWildcard ()

Throws
Exception

public void testNtlmAuthenticationIfDomainProvided ()

Throws
Exception

public void testNtlmAuthenticationOnly ()

Throws
Exception

public void testProxyConfigured ()

Throws
Exception

public void testSaneValuesFromGetMethodsOnEmptyProperties ()

Throws
Exception