Class wine.db.BottleSizeControllerSpec

7

tests

6

failures

0

ignored

0.445s

duration

14%

successful

Test that the delete action deletes an instance if it exists

groovy.lang.MissingMethodException: No signature of method: wine.db.BottleSizeController.delete() is applicable for argument types: (null) values: [null]
Possible solutions: edit(), create(), update(), every(), edit(wine.db.BottleSize), sleep(long)
	at grails.artefact.gsp.TagLibraryInvoker$Trait$Helper.methodMissing(TagLibraryInvoker.groovy:92)
	at wine.db.BottleSizeControllerSpec.Test that the delete action deletes an instance if it exists(BottleSizeControllerSpec.groovy:130)

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.BottleSizeControllerSpec.populateValidParams(BottleSizeControllerSpec.groovy:15)
	at wine.db.BottleSizeControllerSpec.Test that the edit action returns the correct model(BottleSizeControllerSpec.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.BottleSizeControllerSpec.populateValidParams(BottleSizeControllerSpec.groovy:15)
	at wine.db.BottleSizeControllerSpec.Test that the show action returns the correct model(BottleSizeControllerSpec.groovy:70)

Test the index action returns the correct model

groovy.lang.MissingPropertyException: No such property: wineDatabase for class: wine.db.BottleSize
	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.BottleSizeController.index(BottleSizeController.groovy:25)
	at wine.db.BottleSizeController.index_closure5(BottleSizeController.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.BottleSizeControllerSpec.Test the index action returns the correct model(BottleSizeControllerSpec.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.BottleSizeControllerSpec.populateValidParams(BottleSizeControllerSpec.groovy:15)
	at wine.db.BottleSizeControllerSpec.Test the save action correctly persists an instance(BottleSizeControllerSpec.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.BottleSizeControllerSpec.populateValidParams(BottleSizeControllerSpec.groovy:15)
	at wine.db.BottleSizeControllerSpec.Test the update action performs an update on a valid domain instance(BottleSizeControllerSpec.groovy:116)
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.005s failed
Test that the show action returns the correct model 0.007s failed
Test the create action returns the correct model 0.018s passed
Test the index action returns the correct model 0.353s failed
Test the save action correctly persists an instance 0.013s failed
Test the update action performs an update on a valid domain instance 0.039s failed