Grails

Cool Spock Ignore/IgnoreRest annotations

While writing a test case, we are generally interested in executing only the one we are working on. With JUnit test case in grails we could say “grails test-app <ClassName>.<currentTestCase>”.  However it doesn’t work with spock specification’s. Spock framework provides multiple cool annotations,  following two annotations can be used to speed up writing/executing test case […]

Amit Jain
Amit Jain
Read