Class SimpleNamespaceContextTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.xml.SimpleNamespaceContextTest
-
public class SimpleNamespaceContextTest extends Object
SimpleNamespaceContexttest.
-
-
Field Summary
Fields Modifier and Type Field Description private static StringPREFIX_Aprivate static StringPREFIX_Bprivate NamespaceContextstdContextStandard set of mappings.private static StringURI_Aprivate static StringURI_B
-
Constructor Summary
Constructors Constructor Description SimpleNamespaceContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateStandardMappings()Create standard set of mappings for use by multiple tests.voidtestGetNamespaceURI()Test for getNamespaceURI method.voidtestGetPrefix()voidtestGetPrefixes()
-
-
-
Field Detail
-
PREFIX_A
private static final String PREFIX_A
- See Also:
- Constant Field Values
-
URI_A
private static final String URI_A
- See Also:
- Constant Field Values
-
PREFIX_B
private static final String PREFIX_B
- See Also:
- Constant Field Values
-
URI_B
private static final String URI_B
- See Also:
- Constant Field Values
-
stdContext
private NamespaceContext stdContext
Standard set of mappings.
-
-
Method Detail
-
createStandardMappings
@BeforeClass public void createStandardMappings()
Create standard set of mappings for use by multiple tests.
-
testGetNamespaceURI
public void testGetNamespaceURI()
Test for getNamespaceURI method.
-
testGetPrefix
public void testGetPrefix()
-
testGetPrefixes
public void testGetPrefixes()
-
-