PageRenderTime 25ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/test/unit/contabilidad/PolizaTests.groovy

http://github.com/jdmr/mateo
Groovy | 17 lines | 8 code | 6 blank | 3 comment | 0 complexity | 2562a7a8264e90b97f60df06bc0969b1 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(Poliza)
  8. class PolizaTests {
  9. void testSomething() {
  10. }
  11. }