All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.feature.stg Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
feature(repository, flow, actor) ::= <<
Feature: As a ,
<\t>
<\n>
Background:
<\t>Given an established session with  using protocol 
>>

scenario(actor, message, response) ::= <<
<\n>
Scenario: 
 
<\t>Given  sends message 
<\t>When 
>>

messageRef(actor, messageRef)  ::= <<
<\n><\t>Then  receives message  at most  times
>>

fieldRequired(fieldRef) ::= <<
<\n><\t>And field  is present
>>

fieldValue(fieldRef, value) ::= <<
<\n><\t>And field  is equal to 
>>

documentation(object) ::= <<
}>
>>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy