Sha256: 9649289812651e83588b16ea832a38cb0f02d55683b853285f47b84d812917e4

Contents?: true

Size: 1.14 KB

Versions: 14

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>
            <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

14 entries across 14 versions & 1 rubygems

Version Path
cpee-1.3.133 cockpit/testsets/Concurrent.xml
cpee-1.3.132 cockpit/testsets/Concurrent.xml
cpee-1.3.131 cockpit/testsets/Concurrent.xml
cpee-1.3.130 cockpit/testsets/Concurrent.xml
cpee-1.3.129 cockpit/testsets/Concurrent.xml
cpee-1.3.128 cockpit/testsets/Concurrent.xml
cpee-1.3.127 cockpit/testsets/Concurrent.xml
cpee-1.3.126 cockpit/testsets/Concurrent.xml
cpee-1.3.125 cockpit/testsets/Concurrent.xml
cpee-1.3.124 cockpit/testsets/Concurrent.xml
cpee-1.3.123 cockpit/testsets/Concurrent.xml
cpee-1.3.122 cockpit/testsets/Concurrent.xml
cpee-1.3.121 cockpit/testsets/Concurrent.xml
cpee-1.3.120 cockpit/testsets/Concurrent.xml