Class wine.db.WineNoiseControllerSpec
Failed tests
Test that the delete action deletes an instance if it exists
Condition not satisfied:
false
TODO: Provide a populateValidParams() implementation for this generated test suite
at wine.db.WineNoiseControllerSpec.populateValidParams(WineNoiseControllerSpec.groovy:15)
at wine.db.WineNoiseControllerSpec.Test that the delete action deletes an instance if it exists(WineNoiseControllerSpec.groovy:138)
Test that the edit action returns the correct model
Condition not satisfied:
false
TODO: Provide a populateValidParams() implementation for this generated test suite
at wine.db.WineNoiseControllerSpec.populateValidParams(WineNoiseControllerSpec.groovy:15)
at wine.db.WineNoiseControllerSpec.Test that the edit action returns the correct model(WineNoiseControllerSpec.groovy:86)
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.WineNoiseControllerSpec.populateValidParams(WineNoiseControllerSpec.groovy:15)
at wine.db.WineNoiseControllerSpec.Test that the show action returns the correct model(WineNoiseControllerSpec.groovy:70)
Test the index action returns the correct model
groovy.lang.MissingPropertyException: No such property: wineDatabase for class: wine.db.WineNoise
at org.grails.datastore.gorm.GormStaticApi.propertyMissing(GormStaticApi.groovy:88)
at org.grails.datastore.gorm.GormEntity$Trait$Helper.staticPropertyMissing(GormEntity.groovy:745)
at wine.db.WineNoiseController.index(WineNoiseController.groovy:45)
at wine.db.WineNoiseController.index_closure9(WineNoiseController.groovy)
at groovy.lang.Closure.call(Closure.java:426)
at groovy.lang.Closure.call(Closure.java:442)
at grails.transaction.GrailsTransactionTemplate$2.doInTransaction(GrailsTransactionTemplate.groovy:96)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:133)
at grails.transaction.GrailsTransactionTemplate.execute(GrailsTransactionTemplate.groovy:93)
at wine.db.WineNoiseControllerSpec.Test the index action returns the correct model(WineNoiseControllerSpec.groovy:21)
Test the save action correctly persists an instance
Condition not satisfied:
false
TODO: Provide a populateValidParams() implementation for this generated test suite
at wine.db.WineNoiseControllerSpec.populateValidParams(WineNoiseControllerSpec.groovy:15)
at wine.db.WineNoiseControllerSpec.Test the save action correctly persists an instance(WineNoiseControllerSpec.groovy:51)
Test the update action performs an update on a valid domain instance
Condition not satisfied:
false
TODO: Provide a populateValidParams() implementation for this generated test suite
at wine.db.WineNoiseControllerSpec.populateValidParams(WineNoiseControllerSpec.groovy:15)
at wine.db.WineNoiseControllerSpec.Test the update action performs an update on a valid domain instance(WineNoiseControllerSpec.groovy:116)
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.007s |
failed |
Test that the show action returns the correct model |
0.011s |
failed |
Test the create action returns the correct model |
0.014s |
passed |
Test the index action returns the correct model |
0.459s |
failed |
Test the save action correctly persists an instance |
0.023s |
failed |
Test the update action performs an update on a valid domain instance |
0.036s |
failed |