/test/unit/contabilidad/FolioServiceTests.groovy
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | 7909103b2f1150c4b7fbacedde053917 MD5 | raw file
- package contabilidad
- import grails.test.mixin.*
- import org.junit.*
- /**
- * See the API for {@link grails.test.mixin.services.ServiceUnitTestMixin} for usage instructions
- */
- @TestFor(FolioService)
- class FolioServiceTests {
- void testSomething() {
- }
- }