aboutsummaryrefslogtreecommitdiff
path: root/gunit/src/main/resources/org/antlr/gunit/swingui/gunit.stg
blob: c17178c34950ec0a3b733f380e11bb172c5c15b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>"