PageRenderTime 32ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/test/unit/contabilidad/CuentaTests.groovy

http://github.com/jdmr/mateo
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | 01fc2a22c7472c963ce0b1bf22e5f81b MD5 | raw file
  1. package contabilidad
  2. import grails.test.mixin.*
  3. import org.junit.*
  4. /**
  5. * See the API for {@link grails.test.mixin.domain.DomainUnitTestMixin} for usage instructions
  6. */
  7. @TestFor(Cuenta)
  8. class CuentaTests {
  9. void testSomething() {
  10. }
  11. }