|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
de.fzj.unicore.wsrflite.xfire.LocalTestCase
public abstract class LocalTestCase
use for testing using local transport, e.g. "xfire:local//myservice"
| Field Summary | |
|---|---|
protected static JSR181ServiceFactory |
factory
|
protected static boolean |
haveInit
|
protected static org.codehaus.xfire.DefaultXFire |
xfire
|
| Constructor Summary | |
|---|---|
LocalTestCase()
|
|
| Method Summary | |
|---|---|
protected abstract void |
addServices()
for example: XFireKernel.exposeAsService("test",IExampleService.class,ExampleService.class,factory,false); |
protected String |
getBaseurl()
|
protected Object |
makeProxy(org.codehaus.xfire.service.Service s)
make proxy for the given service |
protected org.w3.x2003.x05.soapEnvelope.EnvelopeDocument |
makeSoapEnvelope(org.apache.xmlbeans.XmlObject bodyContent)
|
protected org.w3.x2003.x05.soapEnvelope.EnvelopeDocument |
makeSoapEnvFromReply(org.jdom.Document d)
|
protected org.apache.xmlbeans.XmlObject |
makeXmlObject(org.jdom.Document d)
|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static JSR181ServiceFactory factory
protected static org.codehaus.xfire.DefaultXFire xfire
protected static boolean haveInit
| Constructor Detail |
|---|
public LocalTestCase()
| Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class junit.framework.TestCaseException
protected abstract void addServices()
throws Exception
Exceptionprotected String getBaseurl()
protected Object makeProxy(org.codehaus.xfire.service.Service s)
throws Exception
s -
Exceptionprotected org.w3.x2003.x05.soapEnvelope.EnvelopeDocument makeSoapEnvelope(org.apache.xmlbeans.XmlObject bodyContent)
protected org.apache.xmlbeans.XmlObject makeXmlObject(org.jdom.Document d)
throws Exception
Exception
protected org.w3.x2003.x05.soapEnvelope.EnvelopeDocument makeSoapEnvFromReply(org.jdom.Document d)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||