Last change
on this file since 7 was
7,
checked in by robert@…, 11 years ago
|
- Created tests for the synchronization and trash
- Improved synchronizationservice and trash
- Put authorization checks in several pages
|
File size:
268 bytes
|
Line | |
---|
1 | package nl.tno.metagenomics |
---|
2 | |
---|
3 | import grails.test.* |
---|
4 | |
---|
5 | class SampleExcelServiceTests 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.