|
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.springframework.ws.soap.security.xwss.XwssMessageInterceptorTestCase
public abstract class XwssMessageInterceptorTestCase
Field Summary | |
---|---|
protected org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor |
interceptor
|
Constructor Summary | |
---|---|
XwssMessageInterceptorTestCase()
|
Method Summary | |
---|---|
protected void |
assertXpathEvaluatesTo(String message,
String expectedValue,
String xpathExpression,
SOAPMessage soapMessage)
|
protected void |
assertXpathExists(String message,
String xpathExpression,
SOAPMessage soapMessage)
|
protected void |
assertXpathNotExists(String message,
String xpathExpression,
SOAPMessage soapMessage)
|
protected org.springframework.ws.soap.saaj.SaajSoapMessage |
loadSaajMessage(String fileName)
|
protected void |
onSetup()
|
protected void |
setUp()
|
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 |
Field Detail |
---|
protected org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor interceptor
Constructor Detail |
---|
public XwssMessageInterceptorTestCase()
Method Detail |
---|
protected final void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void assertXpathEvaluatesTo(String message, String expectedValue, String xpathExpression, SOAPMessage soapMessage)
protected void assertXpathExists(String message, String xpathExpression, SOAPMessage soapMessage)
protected void assertXpathNotExists(String message, String xpathExpression, SOAPMessage soapMessage)
protected org.springframework.ws.soap.saaj.SaajSoapMessage loadSaajMessage(String fileName) throws SOAPException, IOException
SOAPException
IOException
protected void onSetup() throws Exception
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |