Date: 2005-01-28T15:58:17 Editor: ZacharySmith Wiki: Apache Beehive Wiki Page: Controls/TestingControls/Milton URL: http://wiki.apache.org/beehive/Controls/TestingControls/Milton
no comment Change Log: ------------------------------------------------------------------------------ @@ -202,6 +202,6 @@ } }}} -The above is quite similar to the JPF accessor example. Here the accessor extends `SOAPReportTestCase` which contains code to deserialize the `Report` returned by the `testInstantiation()` Web Method. [[BR]] +The above is quite similar to the JPF accessor example. Here the accessor extends `SOAPReportTestCase` which contains code to deserialize the `Report` returned by the `testInstantiation()` Web Method. The `Report` is then inspected for the test status (PASS,FAIL,ABORT), for any messages that were added to the Report, and any exceptions that were attached.[[BR]] In both examples, the test method (`WebMethod` and `Action`) names are all the same. This helps trace which methods are associated with each other. This convention is not required but is definitly encouraged. When using Client Generation you will get tests generated which look very similar to the above examples (JPF, JPF, JUnit Accessors).
