source:
trunk/test/unit/StudyTests.groovy
@
72
Last change on this file since 72 was 10, checked in by gajula, 14 years ago | |
---|---|
File size: 226 bytes |
Rev | Line | |
---|---|---|
[10] | 1 | import grails.test.* |
2 | ||
3 | class StudyTests extends GrailsUnitTestCase { | |
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.