public class HttpServletRequestBaseUrlExtractorTest extends Object
| Constructor and Description |
|---|
HttpServletRequestBaseUrlExtractorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
httpsUrlOnDefaultPortDoesNotIncludePort() |
void |
httpsUrlOnNonDefaultPortIncludesPort() |
void |
httpUrlOnDefaultPortDoesNotIncludePort() |
void |
httpUrlOnNonDefaultPortIncludesPort() |
void |
throwsNullPointerExceptionIfRequestIsNull() |
public HttpServletRequestBaseUrlExtractorTest()
public void throwsNullPointerExceptionIfRequestIsNull()
public void httpUrlOnDefaultPortDoesNotIncludePort()
public void httpsUrlOnDefaultPortDoesNotIncludePort()
public void httpUrlOnNonDefaultPortIncludesPort()
public void httpsUrlOnNonDefaultPortIncludesPort()
Copyright © 2018 Atlassian. All rights reserved.