public class URLBuilderTest extends Object
| Constructor and Description |
|---|
URLBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testURLBuilder1()
Test with scheme and host.
|
void |
testURLBuilder2()
Test with scheme, host, and path.
|
void |
testURLBuilder3()
Test with scheme, host, port, path, and query params.
|
void |
testURLBuilder4()
Test with scheme, host, and fragment.
|
void |
testURLBuilder5()
Test with scheme, host, port, path, query params, and anchor.
|
void |
testURLBuilder6()
Test with scheme, username, password, and host.
|
void |
testURLBuilder7()
Test with scheme, username, and host.
|
void |
testValues()
Test with some odd values.
|
public void testURLBuilder1()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder2()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder3()
throws MalformedURLException
MalformedURLExceptionpublic void testValues()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder4()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder5()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder6()
throws MalformedURLException
MalformedURLExceptionpublic void testURLBuilder7()
throws MalformedURLException
MalformedURLExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.