Last change
on this file since 496 was
496,
checked in by duh, 11 years ago
|
- set svn keyword expansion
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
468 bytes
|
Rev | Line | |
---|
[361] | 1 | package dbnp.studycapturing |
---|
| 2 | |
---|
| 3 | import grails.test.* |
---|
| 4 | |
---|
| 5 | /** |
---|
| 6 | * PersonControllerTests Test |
---|
| 7 | * |
---|
| 8 | * Description of my test |
---|
| 9 | * |
---|
| 10 | * @author your email (+name?) |
---|
| 11 | * @since 2010mmdd |
---|
| 12 | * @package ??? |
---|
| 13 | * |
---|
| 14 | * Revision information: |
---|
| 15 | * $Rev: 496 $ |
---|
| 16 | * $Author: duh $ |
---|
| 17 | * $Date: 2010-05-28 12:25:13 +0000 (vr, 28 mei 2010) $ |
---|
| 18 | */ |
---|
| 19 | class PersonControllerTests extends ControllerUnitTestCase { |
---|
| 20 | protected void setUp() { |
---|
| 21 | super.setUp() |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | protected void tearDown() { |
---|
| 25 | super.tearDown() |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | void testSomething() { |
---|
| 29 | |
---|
| 30 | } |
---|
| 31 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.