Sha256: e85540ebf560f7ba60688f4dd950daaf9057434473b30a7a16c8f145ec7efd58

Contents?: true

Size: 1.13 KB

Versions: 10

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>
  <dslx 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>  
  </dslx>
  <transformation>
    <description type='copy'/>
    <dataelements type='rest'/>
    <endpoints type='rest'/>
  </transformation>
</testset>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cpee-1.3.119 cockpit/testsets/Concurrent.xml
cpee-1.3.118 cockpit/testsets/Concurrent.xml
cpee-1.3.117 cockpit/testsets/Concurrent.xml
cpee-1.3.116 cockpit/testsets/Concurrent.xml
cpee-1.3.115 cockpit/testsets/Concurrent.xml
cpee-1.3.111 cockpit/testsets/Concurrent.xml
cpee-1.3.110 cockpit/testsets/Concurrent.xml
cpee-1.3.109 cockpit/testsets/Concurrent.xml
cpee-1.3.108 cockpit/testsets/Concurrent.xml
cpee-1.3.107 cockpit/testsets/Concurrent.xml