Created
February 18, 2011 17:32
-
-
Save ColinHarrington/834039 to your computer and use it in GitHub Desktop.
Grails Command Object Integration test failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No signature of method: com.example.FooCommandBean.validate() is applicable for argument types: () values: [] Possible solutions: wait() | |
groovy.lang.MissingMethodException: No signature of method: com.example.FooCommandBean.validate() is applicable for argument types: () values: [] | |
Possible solutions: wait() | |
at com.example.FooCommandBeanTests.testBar(FooCommandBeanTests.groovy:16) | |
https://github.com/ColinHarrington/Grails-Examples/blob/master/CommandIntegrationTest/test/integration/com/example/FooCommandBeanTests.groovy | |
https://github.com/ColinHarrington/Grails-Examples/blob/master/CommandIntegrationTest/grails-app/controllers/com/example/FooController.groovy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment