source:
trunk/test/unit/dbnp/studycapturing/TemplateSubjectFieldsTests.groovy
@
84
Last change on this file since 84 was 84, checked in by keesvb, 11 years ago | |
---|---|
File size: 271 bytes |
Rev | Line | |
---|---|---|
[84] | 1 | package dbnp.studycapturing |
2 | ||
3 | import grails.test.* | |
4 | ||
5 | class TemplateSubjectFieldsTests extends GrailsUnitTestCase { | |
6 | protected void setUp() { | |
7 | super.setUp() | |
8 | } | |
9 | ||
10 | protected void tearDown() { | |
11 | super.tearDown() | |
12 | } | |
13 | ||
14 | void testSomething() { | |
15 | ||
16 | } | |
17 | } |
Note: See TracBrowser
for help on using the repository browser.