/test/unit/general/EmpresaTests.groovy
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | a9896f54e86c8eaea3f99a8b07278def MD5 | raw file
- package general
- import grails.test.mixin.*
- import org.junit.*
- /**
- * See the API for {@link grails.test.mixin.domain.DomainUnitTestMixin} for usage instructions
- */
- @TestFor(Empresa)
- class EmpresaTests {
- void testSomething() {
- }
- }