|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.apache.xmlrpc.test.ParserTest
public class ParserTest
Test for the various parsers.
Constructor Summary | |
---|---|
ParserTest()
|
Method Summary | |
---|---|
private org.apache.xmlrpc.parser.XmlRpcRequestParser |
parseRequest(java.lang.String s)
|
private java.lang.Object |
parseResponse(org.xml.sax.InputSource isource)
|
private java.lang.Object |
parseResponse(java.lang.String s)
|
void |
testNestedObjectArrays()
Tests, whether nested arrays can be parsed. |
void |
testOptionalParams()
Tests, whether a request may omit the |
void |
testStringType()
Tests, whether strings can be parsed with, or without, the "string" tag. |
void |
testXMLRPC140()
Test for XMLRPC-140. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserTest()
Method Detail |
---|
private java.lang.Object parseResponse(java.lang.String s) throws org.apache.xmlrpc.XmlRpcException, java.io.IOException, org.xml.sax.SAXException
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.xml.sax.SAXException
private java.lang.Object parseResponse(org.xml.sax.InputSource isource) throws org.apache.xmlrpc.XmlRpcException, java.io.IOException, org.xml.sax.SAXException
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.xml.sax.SAXException
private org.apache.xmlrpc.parser.XmlRpcRequestParser parseRequest(java.lang.String s) throws org.apache.xmlrpc.XmlRpcException, java.io.IOException, org.xml.sax.SAXException
org.apache.xmlrpc.XmlRpcException
java.io.IOException
org.xml.sax.SAXException
public void testStringType() throws java.lang.Exception
java.lang.Exception
public void testNestedObjectArrays() throws java.lang.Exception
java.lang.Exception
public void testOptionalParams() throws java.lang.Exception
java.lang.Exception
public void testXMLRPC140() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |