/test/unit/inventario/AlmacenTests.groovy
http://github.com/jdmr/mateo · Groovy · 17 lines · 8 code · 6 blank · 3 comment · 0 complexity · 60ee2248cd5799e39f17fb04381c8cec MD5 · raw file
- package inventario
- import grails.test.mixin.*
- import org.junit.*
- /**
- * See the API for {@link grails.test.mixin.domain.DomainUnitTestMixin} for usage instructions
- */
- @TestFor(Almacen)
- class AlmacenTests {
- void testSomething() {
- }
- }