Class AddActionHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.SOAPMessagingBaseTestCase
-
- org.opensaml.soap.wsaddressing.messaging.impl.AddActionHandlerTest
-
public class AddActionHandlerTest extends SOAPMessagingBaseTestCase
-
-
Field Summary
Fields Modifier and Type Field Description private AddActionHandlerhandler-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description AddActionHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestContext()voidtestContextOverride()voidtestFaultContext()voidtestFaultContextOverride()voidtestFaultDefaultForNonWSAddressing()voidtestFaultDefaultForWSAddressing()voidtestFaultLocal()voidtestLocal()voidtestNoInput()-
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 AddActionHandler handler
-
-
Method Detail
-
setUp
@BeforeMethod protected void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoInput
public void testNoInput() throws ComponentInitializationException, MessageHandlerException
-
testLocal
public void testLocal() throws ComponentInitializationException, MessageHandlerException
-
testContext
public void testContext() throws ComponentInitializationException, MessageHandlerException
-
testContextOverride
public void testContextOverride() throws ComponentInitializationException, MessageHandlerException
-
testFaultLocal
public void testFaultLocal() throws ComponentInitializationException, MessageHandlerException
-
testFaultContext
public void testFaultContext() throws ComponentInitializationException, MessageHandlerException
-
testFaultContextOverride
public void testFaultContextOverride() throws ComponentInitializationException, MessageHandlerException
-
testFaultDefaultForNonWSAddressing
public void testFaultDefaultForNonWSAddressing() throws ComponentInitializationException, MessageHandlerException
-
testFaultDefaultForWSAddressing
public void testFaultDefaultForWSAddressing() throws ComponentInitializationException, MessageHandlerException
-
-