blob: c17178c34950ec0a3b733f380e11bb172c5c15b8 [file] [log] [blame]
group gunit;
gUnitFile(testSuite) ::= <<gunit <testSuite.grammarName>;
<testSuite.rulesForStringTemplate:testGroup()>
>>
testGroup() ::= <<
<if(it.notEmpty)>
//------------------- <it.name>
<it.name>:
<it.testCases: testCase(); separator="\n\n">
<endif>
>>
testCase() ::= "<it.input> <it.output>"