Author: steveh
Date: Mon May 16 10:56:04 2005
New Revision: 170420
URL: http://svn.apache.org/viewcvs?rev=170420&view=rev
Log:
Adding instructions for junit testing for ws-control template.
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/webservices/sample-ws-control-blank.xml
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/webservices/sample-ws-control-blank.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/webservices/sample-ws-control-blank.xml?rev=170420&r1=170419&r2=170420&view=diff
==============================================================================
---
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/webservices/sample-ws-control-blank.xml
(original)
+++
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/system-controls/webservices/sample-ws-control-blank.xml
Mon May 16 10:56:04 2005
@@ -36,9 +36,11 @@
the service control, but it is not mandatory to
have junit tests for a control.</p>
<p>The junit tests call the web service using the
control interfaces generated based
on the WSDL. The tests add an entry and
retrieve it to verify the web service.
- The run the junit tests make sure you have the
- <a
href="site:address-enhanced">EnhancedAddressBookWS</a> up and running.
+ To run the junit tests make sure you have the
+ <a
href="site:address-enhanced">EnhancedAddressBookWS</a> (or whichever target
+ web service) up and running.
</p>
+ <p>To run the junit tests run the target: <code>ant
run.junit</code></p>
<note>Controls are meant to be used in a container; in
a container
(servlet, ejb, spring) the initialization
happens transparent to the
application. The junit tests here are
standalone and are running