Sha256: 07c2600bfb4f6e637981c2121209d630d3c7097e4dff38b80f69403b22b6a81f

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 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>
            <finalize output="result">        data.hotels &lt;&lt; result.value('id')
        data.costs += result.value('costs').to_f</finalize>
          </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

6 entries across 6 versions & 1 rubygems

Version Path
cpee-1.3.181 cockpit/testsets/Concurrent.xml
cpee-1.3.180 cockpit/testsets/Concurrent.xml
cpee-1.3.179 cockpit/testsets/Concurrent.xml
cpee-1.3.178 cockpit/testsets/Concurrent.xml
cpee-1.3.177 cockpit/testsets/Concurrent.xml
cpee-1.3.176 cockpit/testsets/Concurrent.xml