/test/unit/contabilidad/FolioTests.groovy
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | d8bcde7f83f457c17b1853ea99f27fcf 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(Folio)
- class FolioTests {
- void testSomething() {
- }
- }