Skip to content
Snippets Groups Projects
Commit 9db2f5bc authored by Florian Lambers's avatar Florian Lambers
Browse files

added test flag

parent dd5e9197
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ FlowReference: ...@@ -152,6 +152,7 @@ FlowReference:
Test: Test:
'Test' name=ID 'for' flowReference=FlowReference 'Test' name=ID 'for' flowReference=FlowReference
('with' 'priority' priority=INT)? ('with' 'priority' priority=INT)?
('with' 'flag' ASSOCIATION flag=Flag)?
(declarations+=VariableDeclarations (SEPARATOR declarations+=VariableDeclarations)*)? (declarations+=VariableDeclarations (SEPARATOR declarations+=VariableDeclarations)*)?
(endCheck=EndChecks)? (endCheck=EndChecks)?
('with' 'mocks' ASSOCIATION LIST_OPEN (mocks+=MockReference (SEPARATOR mocks+=MockReference)*)? LIST_CLOSED)? ('with' 'mocks' ASSOCIATION LIST_OPEN (mocks+=MockReference (SEPARATOR mocks+=MockReference)*)? LIST_CLOSED)?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment