Sha256: c73ef8acc854093f79a2e6db3288c51bfb307a9df3a58c8377671a2d1bd7b464

Contents?: true

Size: 1.15 KB

Versions: 39

Compression:

Stored size: 1.15 KB

Contents

<?xml version="1.0"?>
<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 xmlns="http://cpee.org/ns/description/1.0">
    <parallel>
      <loop pre_test="data.persons > 0">
        <parallel_branch pass="data.persons" local="p">
          <call id="a2" endpoint="bookHotel">
            <parameters>
              <method>:post</method>
              <parameters>
                <to>"Vienna"</to>
              </parameters>
            </parameters>
            <manipulate output="result">        data.hotels &lt;&lt; result.value('id')
        data.costs += result.value('costs').to_f</manipulate>
          </call>
        </parallel_branch>
        <manipulate id="a3">      data.persons -= 1</manipulate>  
      </loop>  
    </parallel>  
  </description>
  <transformation>
    <description type='copy'/>
    <dataelements type='rest'/>
    <endpoints type='rest'/>
  </transformation>
</testset>

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
cpee-1.3.153 cockpit/testsets/Concurrent.xml
cpee-1.3.152 cockpit/testsets/Concurrent.xml
cpee-1.3.151 cockpit/testsets/Concurrent.xml
cpee-1.3.150 cockpit/testsets/Concurrent.xml
cpee-1.3.149 cockpit/testsets/Concurrent.xml
cpee-1.3.148 cockpit/testsets/Concurrent.xml
cpee-1.3.147 cockpit/testsets/Concurrent.xml
cpee-1.3.146 cockpit/testsets/Concurrent.xml
cpee-1.3.145 cockpit/testsets/Concurrent.xml
cpee-1.3.144 cockpit/testsets/Concurrent.xml
cpee-1.3.143 cockpit/testsets/Concurrent.xml
cpee-1.3.142 cockpit/testsets/Concurrent.xml
cpee-1.3.141 cockpit/testsets/Concurrent.xml
cpee-1.3.140 cockpit/testsets/Concurrent.xml
cpee-1.3.139 cockpit/testsets/Concurrent.xml
cpee-1.3.138 cockpit/testsets/Concurrent.xml
cpee-1.3.137 cockpit/testsets/Concurrent.xml
cpee-1.3.136 cockpit/testsets/Concurrent.xml
cpee-1.3.134 cockpit/testsets/Concurrent.xml