/test/unit/inventario/ProductoTests.groovy
http://github.com/jdmr/mateo · Groovy · 17 lines · 8 code · 6 blank · 3 comment · 0 complexity · a570b1a8ad5a60f7da54e7e514f8cd41 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(Producto)
- class ProductoTests {
- void testSomething() {
- }
- }