Last change
on this file since 1580 was
1580,
checked in by work@…, 11 years ago
|
removed keyword expansion for artifact templates
|
File size:
442 bytes
|
Line | |
---|
1 | @artifact.package@import grails.test.* |
---|
2 | |
---|
3 | /** |
---|
4 | * @artifact.name@ Test |
---|
5 | * |
---|
6 | * Description of my test |
---|
7 | * |
---|
8 | * @author your email (+name?) |
---|
9 | * @since 2010mmdd |
---|
10 | * @package ??? |
---|
11 | * |
---|
12 | * Revision information: |
---|
13 | * $Rev$ |
---|
14 | * $Author$ |
---|
15 | * $Date$ |
---|
16 | */ |
---|
17 | class @artifact.name@ extends @artifact.superclass@ { |
---|
18 | protected void setUp() { |
---|
19 | super.setUp() |
---|
20 | } |
---|
21 | |
---|
22 | protected void tearDown() { |
---|
23 | super.tearDown() |
---|
24 | } |
---|
25 | |
---|
26 | void testSomething() { |
---|
27 | |
---|
28 | } |
---|
29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.