Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails good BDD framework

Is there RSpec analogue for Groovy/Grails?

I found a few blog posts mentioning GSpec but there is not much out there.

Is built-in Grails testing framework as good as it gets in Grails?

like image 980
user43685 Avatar asked Sep 06 '11 21:09

user43685


1 Answers

Grails offers various other testing frameworks through the use of plugins. For instance the Spock plugin simplifies testing using a very expressive natural language. You can find more information on Spock here as well.

Another popular testing framework for Grails is EasyB. It also has a plugin.

I would recommend you look at the various testing frameworks available, then see how they are supported by Grails.

like image 69
Joshua Moore Avatar answered Oct 19 '22 12:10

Joshua Moore