java.lang.Object
org.citrusframework.model.testcase.cucumber.StepModel

public class StepModel extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
         <group ref="{http://www.citrusframework.org/schema/testcase}actionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="given" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="when" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="then" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="parameter-names" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="global-context" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>