Class SimpleURLCanonicalizerTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.net.SimpleURLCanonicalizerTest
-
public class SimpleURLCanonicalizerTest extends Object
Test the simple URL canonicalizer.
-
-
Constructor Summary
Constructors Constructor Description SimpleURLCanonicalizerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestHostname()voidtestPort()voidtestScheme()
-
-
-
Method Detail
-
testScheme
public void testScheme() throws MalformedURLException- Throws:
MalformedURLException
-
testHostname
public void testHostname() throws MalformedURLException- Throws:
MalformedURLException
-
testPort
public void testPort() throws MalformedURLException- Throws:
MalformedURLException
-
-