Sha256: 94f20a3d83124bd70e59ebae2556b2e06e140c26c166e4f38a5fe303fc358f0d

Contents?: true

Size: 1.13 KB

Versions: 14

Compression:

Stored size: 1.13 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 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>
            <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

14 entries across 14 versions & 1 rubygems

Version Path
cpee-1.3.204 cockpit/testsets/Concurrent.xml
cpee-1.3.203 cockpit/testsets/Concurrent.xml
cpee-1.3.202 cockpit/testsets/Concurrent.xml
cpee-1.3.201 cockpit/testsets/Concurrent.xml
cpee-1.3.200 cockpit/testsets/Concurrent.xml
cpee-1.3.199 cockpit/testsets/Concurrent.xml
cpee-1.3.198 cockpit/testsets/Concurrent.xml
cpee-1.3.197 cockpit/testsets/Concurrent.xml
cpee-1.3.196 cockpit/testsets/Concurrent.xml
cpee-1.3.195 cockpit/testsets/Concurrent.xml
cpee-1.3.194 cockpit/testsets/Concurrent.xml
cpee-1.3.193 cockpit/testsets/Concurrent.xml
cpee-1.3.192 cockpit/testsets/Concurrent.xml
cpee-1.3.191 cockpit/testsets/Concurrent.xml