source:
trunk/test/unit/dbnp/studycapturing/StudyControllerTests.groovy
@
959
Last change on this file since 959 was 959, checked in by j.a.m.wesbeek@…, 13 years ago | |
---|---|
|
|
File size: 268 bytes |
Line | |
---|---|
1 | package dbnp.studycapturing |
2 | import grails.test.* |
3 | |
4 | class StudyControllerTests extends ControllerUnitTestCase { |
5 | protected void setUp() { |
6 | super.setUp() |
7 | } |
8 | |
9 | protected void tearDown() { |
10 | super.tearDown() |
11 | } |
12 | |
13 | void testSomething() { |
14 | |
15 | } |
16 | } |
Note: See TracBrowser
for help on using the repository browser.