Statistics
| Revision:

root / hci / trunk / .metadata / .plugins / org.eclipse.core.resources / .history / 44 / 50bcbaa03b1100101b298e4b78455d2e @ 3

History | View | Annotate | Download (384 Bytes)

1 3 alexbesir
package com.eneraptor.hci
2
3
import grails.test.*
4
5
class InternalConfigTests extends GrailsUnitTestCase {
6
    protected void setUp() {
7
        super.setUp()
8
    }
9
10
    protected void tearDown() {
11
        super.tearDown()
12
    }
13
14
    void testConstructor() {
15
16
		InternalConfig config1 = new InternalConfig(configId: 'Configuration1', configVal: 'value1').save(flush: true)
17
18
    }
19
}