Sha256: 3e31ca3f5e71340b5c90d2b8a8abe418fb57d84895ae9a41b060b0734e40bd48
Contents?: true
Size: 1.22 KB
Versions: 12
Compression:
Stored size: 1.22 KB
Contents
<testset> <positions/> <handlerwrapper>DefaultHandlerWrapper</handlerwrapper> <dataelements> <persons>3</persons> <hotels>[]</hotels> <costs>0</costs> </dataelements> <endpoints> <bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel> </endpoints> <description> <description xmlns="http://cpee.org/ns/description/1.0"> <parallel> <loop mode="pre_test" condition="data.persons > 0"> <parallel_branch pass="data.persons" local="p"> <call id="a2" endpoint="bookHotel"> <parameters> <method>:post</method> <arguments> <to>"Vienna"</to> </arguments> </parameters> <code> <finalize output="result">data.hotels << result.value('id') data.costs += result.value('costs').to_f</finalize> </code> </call> </parallel_branch> <manipulate id="a3">data.persons -= 1</manipulate> </loop> </parallel> </description> </description> <transformation> <description type="copy"/> <dataelements type="rest"/> <endpoints type="rest"/> </transformation> </testset>
Version data entries
12 entries across 12 versions & 1 rubygems