org.apache.xmlrpc.test
Class CustomTypesTest
java.lang.Object
TestCase
org.apache.xmlrpc.test.XmlRpcTestCase
org.apache.xmlrpc.test.CustomTypesTest
public class CustomTypesTest
- extends XmlRpcTestCase
Test suite for working with custom types.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomTypesTest
public CustomTypesTest()
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
testCustomDateFormat
public void testCustomDateFormat()
throws java.lang.Exception
- Tests using a custom date format.
- Throws:
java.lang.Exception
getCustomDateTypeFactory
private org.apache.xmlrpc.common.TypeFactory getCustomDateTypeFactory(org.apache.xmlrpc.common.XmlRpcController pController,
java.text.Format pFormat)
testCustomDateFormat
private void testCustomDateFormat(ClientProvider pProvider)
throws java.lang.Exception
- Throws:
java.lang.Exception