Details
Description
If I mock a view using views[path] = 'MY GSP CODE' then it is not torn down after the test executes. I had to add the following code to isolate tests properly:
views.clear() applicationContext.getBean("groovyPagesTemplateEngine").clearPageCache() applicationContext.getBean("groovyPagesTemplateRenderer").clearCache()
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits