source: trunk/test/unit/dbnp/studycapturing/AssayControllerTests.groovy @ 959

Last change on this file since 959 was 959, checked in by j.a.m.wesbeek@…, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Author Date Rev
File size: 464 bytes
Line 
1package dbnp.studycapturing
2
3import grails.test.*
4
5/**
6 * AssayControllerTests Test
7 *
8 * Description of my test
9 *
10 * @author  your email (+name?)
11 * @since       2010mmdd
12 * @package     ???
13 *
14 * Revision information:
15 * $Rev: 959 $
16 * $Author: j.a.m.wesbeek@umail.leidenuniv.nl $
17 * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 2010) $
18 */
19class AssayControllerTests extends ControllerUnitTestCase {
20    protected void setUp() {
21        super.setUp()
22    }
23
24    protected void tearDown() {
25        super.tearDown()
26    }
27
28    void testSomething() {
29
30    }
31}
Note: See TracBrowser for help on using the repository browser.