/ShowMeTheBestReply/test/unit/RankInfoControllerTests.groovy
http://showmethebestreply.googlecode.com/ · Groovy · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · 4014f1a3445ced891e5f2f902ea27f6d MD5 · raw file
- import grails.test.*
- class RankInfoControllerTests extends ControllerUnitTestCase {
- protected void setUp() {
- super.setUp()
- }
- protected void tearDown() {
- super.tearDown()
- }
- void testSomething() {
- }
- }