Grails—Unit Testing View Rendering (with custom TagLib namespace quirk)

Background GroovyPageUnitTestMixin From the Grails guide, testing a view in a unit test involves: Annotating the Specification with: @TestMixin(GroovyPageUnitTestMixin). Calling render(view: '...', model: ...) or render(template: '...', model: ...) whose…

Continue ReadingGrails—Unit Testing View Rendering (with custom TagLib namespace quirk)