/test/unit/general/OrganizacionTests.groovy
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | 2a36e1ec34c35fbb6cc76d30e09d80b1 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(Organizacion)
- class OrganizacionTests {
- void testSomething() {
- }
- }