Closed GoogleCodeExporter closed 9 years ago
Ok. You're right. Dirties don't work.
Original comment by lipinski...@gmail.com
on 15 Jun 2011 at 9:52
Implemented (you can check it in the sources if you need it urgently). Will be
released with the upcoming release.
Original comment by lipinski...@gmail.com
on 15 Jun 2011 at 6:09
Great!!
I had a quick look at the code. One question: is the SpringTumblerRunner
supporting also JUnit annotations?
With SpringJUnit4ClassRunner I am often using @Before @After @BeforeClass and
@Ignore - the latter is not that useful with @Scenario(pending = false),
though. I believe these annotations should be supported by SpringTumblerRunner
as well.
Original comment by al...@fastmail.net
on 15 Jun 2011 at 6:50
yep, everything should work, including @Before, rules and everything else.
Some specific Spring annotations will not (e.g. @Timed), but most will (like
DirtiesContext)
Original comment by lipinski...@gmail.com
on 15 Jun 2011 at 7:40
Original issue reported on code.google.com by
al...@fastmail.net
on 15 Jun 2011 at 8:46