Skip to content
Snippets Groups Projects
Commit a4e9f6df authored by Till Josef Brinkhus's avatar Till Josef Brinkhus
Browse files
parents ed39d4c2 9db2f5bc
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