|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.custommonkey.xmlunit.XMLTestCase
org.springframework.ws.soap.saaj.AbstractSaajImplementationTestCase
public abstract class AbstractSaajImplementationTestCase
Field Summary |
---|
Fields inherited from interface org.custommonkey.xmlunit.XSLTConstants |
---|
XSLT_END, XSLT_IDENTITY_TEMPLATE, XSLT_START, XSLT_START_NO_VERSION, XSLT_STRIP_COMMENTS_TEMPLATE, 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, W3C_XML_SCHEMA_INSTANCE_NO_NAMESPACE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_INSTANCE_NS_URI, W3C_XML_SCHEMA_INSTANCE_SCHEMA_LOCATION_ATTR, W3C_XML_SCHEMA_NS_URI, 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 |
Constructor Summary | |
---|---|
AbstractSaajImplementationTestCase()
|
Method Summary | |
---|---|
protected abstract org.springframework.ws.soap.saaj.SaajImplementation |
createSaajImplementation()
|
protected void |
setUp()
|
void |
testAddAttachmentPart()
|
void |
testAddDetailEntry()
|
void |
testAddFault()
|
void |
testAddFaultDetail()
|
void |
testAddHeaderElement()
|
void |
testAddTextNode()
|
void |
testExampleAllHeaderElements()
|
void |
testExampleMustUnderstandHeaderElements()
|
void |
testGetActorOrRole()
|
void |
testGetAttachments()
|
void |
testGetBody()
|
void |
testGetDetailEntries()
|
void |
testGetEnvelope()
|
void |
testGetFault()
|
void |
testGetFaultActor()
|
void |
testGetFaultCode()
|
void |
testGetFaultDetail()
|
void |
testGetFaultString()
|
void |
testGetFaultStringLocale()
|
void |
testGetHeader()
|
void |
testGetMustUnderstand()
|
void |
testGetName()
|
void |
testGetResult()
|
void |
testGetSource()
|
void |
testHasFault()
|
void |
testRemoveContents()
|
void |
testSetActorOrRole()
|
void |
testSetFaultActor()
|
void |
testSetMustUnderstand()
|
void |
testWriteTo()
|
Methods inherited from class org.custommonkey.xmlunit.XMLTestCase |
---|
assertNodeTestPasses, assertNodeTestPasses, assertNodeTestPasses, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLEqual, assertXMLIdentical, assertXMLIdentical, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLNotEqual, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXMLValid, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathEvaluatesTo, assertXpathExists, assertXpathExists, assertXpathExists, assertXpathNotExists, assertXpathNotExists, assertXpathNotExists, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathsNotEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, assertXpathValuesNotEqual, compareXML, compareXML, compareXML, compareXML, compareXML, compareXML |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractSaajImplementationTestCase()
Method Detail |
---|
protected final void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected abstract org.springframework.ws.soap.saaj.SaajImplementation createSaajImplementation()
public void testGetName() throws Exception
Exception
public void testGetSource() throws Exception
Exception
public void testGetResult() throws Exception
Exception
public void testGetEnvelope() throws Exception
Exception
public void testGetHeader() throws Exception
Exception
public void testGetBody() throws Exception
Exception
public void testExampleAllHeaderElements() throws Exception
Exception
public void testExampleMustUnderstandHeaderElements() throws Exception
Exception
public void testAddHeaderElement() throws Exception
Exception
public void testGetActorOrRole() throws Exception
Exception
public void testSetActorOrRole() throws Exception
Exception
public void testGetMustUnderstand() throws Exception
Exception
public void testSetMustUnderstand() throws Exception
Exception
public void testHasFault() throws Exception
Exception
public void testGetFault() throws Exception
Exception
public void testAddFault() throws Exception
Exception
public void testGetFaultCode() throws Exception
Exception
public void testGetFaultActor() throws Exception
Exception
public void testSetFaultActor() throws Exception
Exception
public void testGetFaultString() throws Exception
Exception
public void testGetFaultStringLocale() throws Exception
Exception
public void testGetFaultDetail() throws Exception
Exception
public void testAddFaultDetail() throws Exception
Exception
public void testAddDetailEntry() throws Exception
Exception
public void testAddTextNode() throws Exception
Exception
public void testGetDetailEntries() throws Exception
Exception
public void testWriteTo() throws Exception
Exception
public void testGetAttachments() throws Exception
Exception
public void testAddAttachmentPart() throws Exception
Exception
public void testRemoveContents() throws Exception
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |