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