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