Sha256: 9a71ae8ad9549195dcb6fef2a9423f921677c4ae6bbf942039369bc7737569d3
Contents?: true
Size: 1.47 KB
Versions: 37
Compression:
Stored size: 1.47 KB
Contents
<testset> <positions xmlns="http://cpee.org/ns/properties/2.0"/> <handlerwrapper xmlns="http://cpee.org/ns/properties/2.0">DefaultHandlerWrapper</handlerwrapper> <dataelements xmlns="http://cpee.org/ns/properties/2.0"> <persons>3</persons> <hotels>[]</hotels> <costs>0</costs> </dataelements> <endpoints xmlns="http://cpee.org/ns/properties/2.0"> <bookHotel>http://gruppe.wst.univie.ac.at/~mangler/services/hotel.php</bookHotel> </endpoints> <description xmlns="http://cpee.org/ns/properties/2.0"> <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 xmlns="http://cpee.org/ns/properties/2.0"> <description type="copy"/> <dataelements type="rest"/> <endpoints type="rest"/> </transformation> </testset>
Version data entries
37 entries across 27 versions & 1 rubygems