On 01/18/2011 09:28 AM, Manik Surtani wrote:
> Sounds cool. Do you have something similar for TestNG planned as
> well?
https://issues.jboss.org/browse/BYTEMAN-147
Raised and closed. trunk now contains support for the same BMUnit annotations on TestNG
classes. It's implemented via class BMNGRunner which is an IHookListener. You can
have your test class extend this to inherit the before/after class/method rule loading. I
believe you should also be able to attach it to your test class using the TestNG listener
API.
regards,
Andrew Dinn
-----------