Last change
on this file was
1588,
checked in by s.h.sikkema@…, 12 years ago
|
Fixed tests (except webtests); cleaned up Example{Studies,Templates}.groovy; decapitalized injected services; made 'transactional' properties static
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
349 bytes
|
Line | |
---|
1 | import grails.test.* |
---|
2 | import dbnp.authentication.* |
---|
3 | |
---|
4 | class RestControllerTests extends ControllerUnitTestCase { |
---|
5 | def authenticationService |
---|
6 | |
---|
7 | protected void setUp() { |
---|
8 | super.setUp() |
---|
9 | |
---|
10 | controller.authenticationService = authenticationService |
---|
11 | } |
---|
12 | |
---|
13 | protected void tearDown() { |
---|
14 | super.tearDown() |
---|
15 | } |
---|
16 | |
---|
17 | void testResponse() { |
---|
18 | } |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.