/test/unit/contabilidad/CuentaTests.groovy
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | 01fc2a22c7472c963ce0b1bf22e5f81b 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(Cuenta)
- class CuentaTests {
- void testSomething() {
- }
- }