source: trunk/test/unit/dbnp/studycapturing/SamplingEventTests.groovy @ 81

Last change on this file since 81 was 81, checked in by keesvb, 13 years ago

updated domain classes: added event description, sample and assay

File size: 263 bytes
Line 
1package dbnp.studycapturing
2
3import grails.test.*
4
5class SamplingEventTests 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.