org.apache.xmlrpc.test
Class ParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.xmlrpc.test.ParserTest
All Implemented Interfaces:
junit.framework.Test

public class ParserTest
extends junit.framework.TestCase

Test for the various parsers.


Constructor Summary
ParserTest()
           
 
Method Summary
 void testNestedObjectArrays()
          Tests, whether nested arrays can be parsed.
 void testOptionalParams()
          Tests, whether a request may omit the tag.
 void testStringType()
          Tests, whether strings can be parsed with, or without, the "string" tag.
 void testXMLRPC140()
          Test for XMLRPC-140.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Constructor Detail

ParserTest

public ParserTest()
Method Detail

testStringType

public void testStringType()
                    throws java.lang.Exception
Tests, whether strings can be parsed with, or without, the "string" tag.

Throws:
java.lang.Exception

testNestedObjectArrays

public void testNestedObjectArrays()
                            throws java.lang.Exception
Tests, whether nested arrays can be parsed.

Throws:
java.lang.Exception

testOptionalParams

public void testOptionalParams()
                        throws java.lang.Exception
Tests, whether a request may omit the tag.

Throws:
java.lang.Exception

testXMLRPC140

public void testXMLRPC140()
                   throws java.lang.Exception
Test for XMLRPC-140.

Throws:
java.lang.Exception


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.