source:
trunk/src/templates/artifacts/Tests.groovy
@
606
Last change on this file since 606 was 128, checked in by , 16 years ago | |
---|---|
File size: 252 bytes |
Rev | Line | |
---|---|---|
[128] | 1 | @artifact.package@import grails.test.* |
2 | ||
3 | class @artifact.name@ extends @artifact.superclass@ { | |
4 | protected void setUp() { | |
5 | super.setUp() | |
6 | } | |
7 | ||
8 | protected void tearDown() { | |
9 | super.tearDown() | |
10 | } | |
11 | ||
12 | void testSomething() { | |
13 | ||
14 | } | |
15 | } |
Note: See TracBrowser
for help on using the repository browser.