net.shibboleth.metadata.dom
Class XSLValidationStageTest

java.lang.Object
  extended by net.shibboleth.metadata.dom.BaseDomTest
      extended by net.shibboleth.metadata.dom.XSLValidationStageTest

public class XSLValidationStageTest
extends BaseDomTest


Nested Class Summary
private static class XSLValidationStageTest.TestInfo
          Simple marker object to test correct passage of ItemMetadata through pipeline stages.
 
Constructor Summary
XSLValidationStageTest()
           
 
Method Summary
private  net.shibboleth.metadata.dom.DomElementItem makeInput()
          Utility method to grab our standard input file and turn it into a DomElementItem.
 void testMDA45()
          Test for MDA-45.
 void testValidation()
          Test a validation transform.
 
Methods inherited from class net.shibboleth.metadata.dom.BaseDomTest
assertXmlIdentical, getParserPool, readTestRelativeXmlData, readXmlData, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLValidationStageTest

public XSLValidationStageTest()
Method Detail

makeInput

private net.shibboleth.metadata.dom.DomElementItem makeInput()
                                                      throws net.shibboleth.utilities.java.support.xml.XMLParserException
Utility method to grab our standard input file and turn it into a DomElementItem.

Throws:
net.shibboleth.utilities.java.support.xml.XMLParserException

testValidation

public void testValidation()
                    throws Exception
Test a validation transform.

Throws:
Exception

testMDA45

public void testMDA45()
               throws Exception
Test for MDA-45.

Throws:
Exception


Copyright © 1999-2012. All Rights Reserved.