Class ExtractMessageIDHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.SOAPMessagingBaseTestCase
-
- org.opensaml.soap.wsaddressing.messaging.impl.ExtractMessageIDHandlerTest
-
public class ExtractMessageIDHandlerTest extends SOAPMessagingBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private ExtractMessageIDHandlerhandler-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description ExtractMessageIDHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestHeaderAbsent()voidtestHeaderPresent()-
Methods inherited from class org.opensaml.soap.testing.SOAPMessagingBaseTestCase
getEnvelope, getMessageContext, setUpMessageContextAndEnvelope
-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
handler
private ExtractMessageIDHandler handler
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testHeaderPresent
public void testHeaderPresent() throws ComponentInitializationException, MessageHandlerException
-
testHeaderAbsent
public void testHeaderAbsent() throws ComponentInitializationException, MessageHandlerException
-
-