org.springframework.ws.soap.saaj
Class AbstractSaajImplementationTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.custommonkey.xmlunit.XMLTestCase
org.springframework.ws.soap.saaj.AbstractSaajImplementationTestCase
- All Implemented Interfaces:
- junit.framework.Test, org.custommonkey.xmlunit.XMLConstants, org.custommonkey.xmlunit.XSLTConstants
- Direct Known Subclasses:
- Saaj11ImplementationTest, Saaj12ImplementationTest, Saaj13ImplementationTest
public abstract class AbstractSaajImplementationTestCase
- extends org.custommonkey.xmlunit.XMLTestCase
Fields inherited from interface org.custommonkey.xmlunit.XSLTConstants |
XSLT_END, XSLT_IDENTITY_TEMPLATE, XSLT_START, XSLT_STRIP_WHITESPACE, XSLT_XML_OUTPUT_NOINDENT |
Fields inherited from interface org.custommonkey.xmlunit.XMLConstants |
CLOSE_NODE, END_CDATA, END_COMMENT, END_PROCESSING_INSTRUCTION, OPEN_END_NODE, OPEN_START_NODE, START_CDATA, START_COMMENT, START_DOCTYPE, START_PROCESSING_INSTRUCTION, XML_DECLARATION, XMLNS_PREFIX, XPATH_ATTRIBUTE_IDENTIFIER, XPATH_CHARACTER_NODE_IDENTIFIER, XPATH_COMMENT_IDENTIFIER, XPATH_NODE_INDEX_END, XPATH_NODE_INDEX_START, XPATH_PROCESSING_INSTRUCTION_IDENTIFIER, XPATH_SEPARATOR |
Methods inherited from class org.custommonkey.xmlunit.XMLTestCase |
assertNodeTestPasses, assertNodeTestPasses, assertNotXpathExists, assertNotXpathExists, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLIdentical, assertXMLIdentical, assertXMLIdentical, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathExists, assertXpathExists, assertXpathNotExists, assertXpathNotExists, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, compareXML, compareXML, compareXML, compareXML, compareXML, setControlParser, setIgnoreWhitespace, setTestParser |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
AbstractSaajImplementationTestCase
public AbstractSaajImplementationTestCase()
setUp
protected final void setUp()
throws Exception
- Overrides:
setUp
in class junit.framework.TestCase
- Throws:
Exception
createSaajImplementation
protected abstract org.springframework.ws.soap.saaj.SaajImplementation createSaajImplementation()
testGetName
public void testGetName()
throws Exception
- Throws:
Exception
testGetSource
public void testGetSource()
throws Exception
- Throws:
Exception
testGetResult
public void testGetResult()
throws Exception
- Throws:
Exception
testGetEnvelope
public void testGetEnvelope()
throws Exception
- Throws:
Exception
testGetHeader
public void testGetHeader()
throws Exception
- Throws:
Exception
testGetBody
public void testGetBody()
throws Exception
- Throws:
Exception
testExampleAllHeaderElements
public void testExampleAllHeaderElements()
throws Exception
- Throws:
Exception
testExampleMustUnderstandHeaderElements
public void testExampleMustUnderstandHeaderElements()
throws Exception
- Throws:
Exception
testAddHeaderElement
public void testAddHeaderElement()
throws Exception
- Throws:
Exception
testGetActorOrRole
public void testGetActorOrRole()
throws Exception
- Throws:
Exception
testSetActorOrRole
public void testSetActorOrRole()
throws Exception
- Throws:
Exception
testGetMustUnderstand
public void testGetMustUnderstand()
throws Exception
- Throws:
Exception
testSetMustUnderstand
public void testSetMustUnderstand()
throws Exception
- Throws:
Exception
testHasFault
public void testHasFault()
throws Exception
- Throws:
Exception
testGetFault
public void testGetFault()
throws Exception
- Throws:
Exception
testAddFault
public void testAddFault()
throws Exception
- Throws:
Exception
testGetFaultCode
public void testGetFaultCode()
throws Exception
- Throws:
Exception
testGetFaultActor
public void testGetFaultActor()
throws Exception
- Throws:
Exception
testSetFaultActor
public void testSetFaultActor()
throws Exception
- Throws:
Exception
testGetFaultString
public void testGetFaultString()
throws Exception
- Throws:
Exception
testGetFaultStringLocale
public void testGetFaultStringLocale()
throws Exception
- Throws:
Exception
testGetFaultDetail
public void testGetFaultDetail()
throws Exception
- Throws:
Exception
testAddFaultDetail
public void testAddFaultDetail()
throws Exception
- Throws:
Exception
testAddDetailEntry
public void testAddDetailEntry()
throws Exception
- Throws:
Exception
testAddTextNode
public void testAddTextNode()
throws Exception
- Throws:
Exception
testGetDetailEntries
public void testGetDetailEntries()
throws Exception
- Throws:
Exception
testWriteTo
public void testWriteTo()
throws Exception
- Throws:
Exception
testGetAttachments
public void testGetAttachments()
throws Exception
- Throws:
Exception
testAddAttachmentPart
public void testAddAttachmentPart()
throws Exception
- Throws:
Exception
testRemoveContents
public void testRemoveContents()
throws Exception
- Throws:
Exception
Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.