Class ValidateActionHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.SOAPMessagingBaseTestCase
-
- org.opensaml.soap.wsaddressing.messaging.impl.ValidateActionHandlerTest
-
public class ValidateActionHandlerTest extends SOAPMessagingBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private ValidateActionHandlerhandler-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description ValidateActionHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestContextExpected()voidtestContextOverride()voidtestExpectedButNoHeader()voidtestLocalExpected()voidtestNoExpected()voidtestNoMatch()-
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 ValidateActionHandler handler
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoExpected
public void testNoExpected() throws ComponentInitializationException, MessageHandlerException
-
testLocalExpected
public void testLocalExpected() throws ComponentInitializationException, MessageHandlerException
-
testContextExpected
public void testContextExpected() throws ComponentInitializationException, MessageHandlerException
-
testContextOverride
public void testContextOverride() throws ComponentInitializationException, MessageHandlerException
-
testNoMatch
public void testNoMatch() throws ComponentInitializationException, MessageHandlerException
-
testExpectedButNoHeader
public void testExpectedButNoHeader() throws ComponentInitializationException, MessageHandlerException
-
-