source: trunk/test/unit/SearchableControllerTests.groovy @ 211

Last change on this file since 211 was 211, checked in by ademcan, 14 years ago

Study List and Study Overview with Events, eventDescripiton, assays and samples

File size: 245 bytes
Line 
1import grails.test.*
2
3class SearchableControllerTests extends ControllerUnitTestCase {
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.