Last change
on this file since 443 was
80,
checked in by keesvb, 13 years ago
|
added Event and ProtocolInstance? classes, updated DataSource? to work with 1.2, added packages to dbnp.transcriptomics.data classes, added a number of scaffold controllers, added Selenium tests
|
File size:
239 bytes
|
Rev | Line | |
---|
[80] | 1 | import grails.test.* |
---|
| 2 | |
---|
| 3 | class TermControllerTests 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.