org.apache.xmlrpc.test
Class MetadataTest

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

public class MetadataTest
extends XmlRpcTestCase

Test class for the introspection stuff.


Field Summary
 
Fields inherited from class org.apache.xmlrpc.test.XmlRpcTestCase
providers
 
Constructor Summary
MetadataTest()
           
 
Method Summary
protected  org.apache.xmlrpc.server.XmlRpcHandlerMapping getHandlerMapping()
           
 void testAdder()
          Test, whether the actual handlers are working.
 void testListMethods()
          Test for system.listMethods.
 void testMethodHelp()
          Test for system.methodHelp.
 void testMethodSignature()
          Test for system.methodSignature.
 
Methods inherited from class org.apache.xmlrpc.test.XmlRpcTestCase
getConfig, getExConfig, getHandlerMapping, getTypeConverterFactory, initProviders, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

MetadataTest

public MetadataTest()
Method Detail

getHandlerMapping

protected org.apache.xmlrpc.server.XmlRpcHandlerMapping getHandlerMapping()
                                                                   throws java.io.IOException,
                                                                          org.apache.xmlrpc.XmlRpcException
Specified by:
getHandlerMapping in class XmlRpcTestCase
Throws:
java.io.IOException
org.apache.xmlrpc.XmlRpcException

testAdder

public void testAdder()
               throws java.lang.Exception
Test, whether the actual handlers are working.

Throws:
java.lang.Exception

testListMethods

public void testListMethods()
                     throws java.lang.Exception
Test for system.listMethods.

Throws:
java.lang.Exception

testMethodHelp

public void testMethodHelp()
                    throws java.lang.Exception
Test for system.methodHelp.

Throws:
java.lang.Exception

testMethodSignature

public void testMethodSignature()
                         throws java.lang.Exception
Test for system.methodSignature.

Throws:
java.lang.Exception


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