net.shibboleth.metadata.dom.saml
Class EntitiesDescriptorAssemblerStageTest

java.lang.Object
  extended by net.shibboleth.metadata.dom.BaseDomTest
      extended by net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest

public class EntitiesDescriptorAssemblerStageTest
extends BaseDomTest

Unit test for the EntitiesDescriptorAssemblerStage class.


Constructor Summary
EntitiesDescriptorAssemblerStageTest()
           
 
Method Summary
protected  Collection<net.shibboleth.metadata.dom.DomElementItem> buildMetadataCollection()
           
 void testAssemblingWithName()
          Test with use of the name property.
 void testAssemblingWithOrdering()
          Test with an ordering strategy.
 void testAssemblingWithoutName()
          Basic test without use of the name property.
 
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

EntitiesDescriptorAssemblerStageTest

public EntitiesDescriptorAssemblerStageTest()
Method Detail

testAssemblingWithoutName

public void testAssemblingWithoutName()
                               throws Exception
Basic test without use of the name property.

Throws:
Exception - if anything goes wrong

testAssemblingWithName

public void testAssemblingWithName()
                            throws Exception
Test with use of the name property.

Throws:
Exception - if anything goes wrong

testAssemblingWithOrdering

public void testAssemblingWithOrdering()
                                throws Exception
Test with an ordering strategy.

Throws:
Exception - if anything goes wrong

buildMetadataCollection

protected Collection<net.shibboleth.metadata.dom.DomElementItem> buildMetadataCollection()
                                                                                  throws Exception
Throws:
Exception


Copyright © 1999-2012. All Rights Reserved.