Designer 10.15 | webMethods Unit Test Framework Help | Service Usage | WmServiceMock specification
 
WmServiceMock specification
wm.spec:result_comparator
Contains specifications that an Integration Server service must conform to when selected as a comparator service.
Inputs
actualData
Document. The actual output produced through the execution of a service under test.
expectedData
Document Optional. The expected output of a service as defined in an IData file selected in the Expected Output section.
Outputs
result
Boolean. The test result based on the outcome of an assertion logic implemented in an Integration Server service.
exceptionMessage
String Optional. Additional information that is shown only when the test fails.
Note:
If you specify a message in the exceptionMessage field, the test result shows the message set as additional information only when there is a failure.