Class wine.db.WineDbControllerSpec
|
14%
successful |
Failed tests
Test that the delete action deletes an instance if it exists
groovy.lang.MissingMethodException: No signature of method: wine.db.WineDbController.delete() is applicable for argument types: (null) values: [null] Possible solutions: every(), sleep(long), getAt(java.lang.String), split(groovy.lang.Closure), every(groovy.lang.Closure) at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92) at wine.db.WineDbControllerSpec.Test that the delete action deletes an instance if it exists(WineDbControllerSpec.groovy:130)
Test that the edit action returns the correct model
groovy.lang.MissingMethodException: No signature of method: wine.db.WineDbController.edit() is applicable for argument types: (null) values: [null] Possible solutions: wait(), wait(long), wait(long, int), each(groovy.lang.Closure), getAt(java.lang.String), print(java.io.PrintWriter) at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92) at wine.db.WineDbControllerSpec.Test that the edit action returns the correct model(WineDbControllerSpec.groovy:80)
Test that the show action returns the correct model
Condition not satisfied: false TODO: Provide a populateValidParams() implementation for this generated test suite at wine.db.WineDbControllerSpec.populateValidParams(WineDbControllerSpec.groovy:15) at wine.db.WineDbControllerSpec.Test that the show action returns the correct model(WineDbControllerSpec.groovy:70)
Test the create action returns the correct model
groovy.lang.MissingMethodException: No signature of method: wine.db.WineDbController.create() is applicable for argument types: () values: [] Possible solutions: grep(), chain(java.util.Map), render(groovy.lang.Closure), render(java.lang.CharSequence), render(java.lang.Object), render(java.util.Map) at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92) at wine.db.WineDbControllerSpec.Test the create action returns the correct model(WineDbControllerSpec.groovy:30)
Test the save action correctly persists an instance
groovy.lang.MissingMethodException: No signature of method: wine.db.WineDbController.save() is applicable for argument types: (wine.db.WineDb) values: [wine.db.WineDb : (unsaved)] Possible solutions: show(wine.db.WineDb), wait(), show(), any(), wait(long), each(groovy.lang.Closure) at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92) at wine.db.WineDbControllerSpec.Test the save action correctly persists an instance(WineDbControllerSpec.groovy:43)
Test the update action performs an update on a valid domain instance
groovy.lang.MissingMethodException: No signature of method: wine.db.WineDbController.update() is applicable for argument types: (null) values: [null] Possible solutions: putAt(java.lang.String, java.lang.Object), use([Ljava.lang.Object;), isCase(java.lang.Object), split(groovy.lang.Closure) at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92) at wine.db.WineDbControllerSpec.Test the update action performs an update on a valid domain instance(WineDbControllerSpec.groovy:98)
Tests
Test | Duration | Result |
---|---|---|
Test that the delete action deletes an instance if it exists | 0.015s | failed |
Test that the edit action returns the correct model | 0.028s | failed |
Test that the show action returns the correct model | 0.032s | failed |
Test the create action returns the correct model | 0.006s | failed |
Test the index action returns the correct model | 0.455s | passed |
Test the save action correctly persists an instance | 0.015s | failed |
Test the update action performs an update on a valid domain instance | 0.007s | failed |