Class wine.db.ProducerNoiseControllerSpec
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.ProducerNoiseControllerSpec.populateValidParams(ProducerNoiseControllerSpec.groovy:15)
at wine.db.ProducerNoiseControllerSpec.Test that the delete action deletes an instance if it exists(ProducerNoiseControllerSpec.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.ProducerNoiseControllerSpec.populateValidParams(ProducerNoiseControllerSpec.groovy:15)
at wine.db.ProducerNoiseControllerSpec.Test that the edit action returns the correct model(ProducerNoiseControllerSpec.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.ProducerNoiseControllerSpec.populateValidParams(ProducerNoiseControllerSpec.groovy:15)
at wine.db.ProducerNoiseControllerSpec.Test that the show action returns the correct model(ProducerNoiseControllerSpec.groovy:70)
Test the index action returns the correct model
groovy.lang.MissingPropertyException: No such property: wineDatabase for class: wine.db.ProducerNoise
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.ProducerNoiseController.index(ProducerNoiseController.groovy:46)
at wine.db.ProducerNoiseController.index_closure9(ProducerNoiseController.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.ProducerNoiseControllerSpec.Test the index action returns the correct model(ProducerNoiseControllerSpec.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.ProducerNoiseControllerSpec.populateValidParams(ProducerNoiseControllerSpec.groovy:15)
at wine.db.ProducerNoiseControllerSpec.Test the save action correctly persists an instance(ProducerNoiseControllerSpec.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.ProducerNoiseControllerSpec.populateValidParams(ProducerNoiseControllerSpec.groovy:15)
at wine.db.ProducerNoiseControllerSpec.Test the update action performs an update on a valid domain instance(ProducerNoiseControllerSpec.groovy:116)
Tests
Test |
Duration |
Result |
Test that the delete action deletes an instance if it exists |
0.010s |
failed |
Test that the edit action returns the correct model |
0.008s |
failed |
Test that the show action returns the correct model |
0.008s |
failed |
Test the create action returns the correct model |
0.014s |
passed |
Test the index action returns the correct model |
0.403s |
failed |
Test the save action correctly persists an instance |
0.014s |
failed |
Test the update action performs an update on a valid domain instance |
0.030s |
failed |