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