Class DOMTypeSupportTest
- java.lang.Object
-
- net.shibboleth.utilities.java.support.xml.DOMTypeSupportTest
-
public class DOMTypeSupportTest extends Object
Tests forDOMTypeSupport;
-
-
Field Summary
Fields Modifier and Type Field Description private ElementnoXSITypeElementprivate ParserPoolparserPoolprivate ElementxsStringXSITypeElement
-
Constructor Summary
Constructors Constructor Description DOMTypeSupportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestDurationToString()voidtestGetXSIType()voidtestHasXSIType()voidtestInstantToString()voidtestStringToDuration()
-
-
-
Field Detail
-
parserPool
private ParserPool parserPool
-
xsStringXSITypeElement
private Element xsStringXSITypeElement
-
noXSITypeElement
private Element noXSITypeElement
-
-
Method Detail
-
setup
@BeforeClass public void setup() throws ComponentInitializationException, SAXException, IOException, XMLParserException
-
testInstantToString
public void testInstantToString()
-
testStringToDuration
public void testStringToDuration()
-
testDurationToString
public void testDurationToString()
-
testGetXSIType
public void testGetXSIType()
-
testHasXSIType
public void testHasXSIType()
-
-