net.shibboleth.metadata.dom.saml
Class ContactPersonFilterStageTest

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

public class ContactPersonFilterStageTest
extends BaseDomTest

Unit test for ContactPersonFilterStage.


Field Summary
private  QName contactPersonQname
           
private  Element entitiesDescriptor
           
 
Constructor Summary
ContactPersonFilterStageTest()
           
 
Method Summary
 void setup()
           
 void testBlacklistContactPersons()
           
 void testDesignatedTypes()
           
 void testWhitelistContactPersons()
           
 void testWhitelistingTypes()
           
 
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
 

Field Detail

contactPersonQname

private final QName contactPersonQname

entitiesDescriptor

private Element entitiesDescriptor
Constructor Detail

ContactPersonFilterStageTest

public ContactPersonFilterStageTest()
Method Detail

setup

public void setup()
           throws Exception
Throws:
Exception

testDesignatedTypes

public void testDesignatedTypes()
                         throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testWhitelistingTypes

public void testWhitelistingTypes()
                           throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
Throws:
net.shibboleth.utilities.java.support.component.ComponentInitializationException

testWhitelistContactPersons

public void testWhitelistContactPersons()
                                 throws Exception
Throws:
Exception

testBlacklistContactPersons

public void testBlacklistContactPersons()
                                 throws Exception
Throws:
Exception


Copyright © 1999-2012. All Rights Reserved.