/ShowMeTheBestReply/test/unit/RankInfoControllerTests.groovy

http://showmethebestreply.googlecode.com/ · Groovy · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · 4014f1a3445ced891e5f2f902ea27f6d MD5 · raw file

  1. import grails.test.*
  2. class RankInfoControllerTests extends ControllerUnitTestCase {
  3. protected void setUp() {
  4. super.setUp()
  5. }
  6. protected void tearDown() {
  7. super.tearDown()
  8. }
  9. void testSomething() {
  10. }
  11. }