Closed GoogleCodeExporter closed 8 years ago
Pull request with fix and unit test:
https://github.com/spockframework/spock/pull/10
Original comment by lari.hot...@sagire.fi
on 19 Nov 2012 at 11:53
this fix should make Spock behave like Junit does
Original comment by lari.hot...@sagire.fi
on 19 Nov 2012 at 2:21
Typical use case of superclass with duplicate Before*/After* methods in Grails:
http://jira.grails.org/browse/GRAILS-9480 . It contains a test app that
reproduces the problem in a Grails app . The pull request also contains a
proper unit test case.
Original comment by lari.hot...@sagire.fi
on 19 Nov 2012 at 5:40
Thanks a lot for making us aware of the changed JUnit behavior. I've taken this
as an opportunity to add direct support for JUnit annotations, and direct
support for multiple fixture methods per class.
Original comment by pnied...@gmail.com
on 4 Dec 2012 at 1:02
Original issue reported on code.google.com by
lari.hot...@sagire.fi
on 19 Nov 2012 at 11:48