Create ServiceClient interface to allow mocking in unit tests
-------------------------------------------------------------
Key: AXIS2-1474
URL: http://issues.apache.org/jira/browse/AXIS2-1474
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Components: client-api
Reporter: Jeff Peterson
Priority: Minor
Frequently when I write unit tests I find myself wanting to mock the
ServiceClient object. I usually have to resort to writing a generic wrapper
around service client to achieve this functionality. It would be much easier
if the ServiceClient class was restructured into a ServiceClient interface and
ServiceClientImpl class, or something similar. I think this would greatly
improve the unit testability of client-side code which uses the Axis2 API's.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]