templates.feature.stg Maven / Gradle / Ivy
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) ::= <<
}>
>>