Statistics
| Revision:

root / web-presentation / trunk / eneraptor-web-presentation / test / unit / com / eneraptor / presentation / ContactMailServiceTests.groovy @ 92

History | View | Annotate | Download (277 Bytes)

1
package com.eneraptor.presentation
2

    
3
import grails.test.*
4

    
5
class ContactMailServiceTests 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
}