Alexandre Delisle
unread,Apr 18, 2012, 4:29:33 PM4/18/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-users
Hi,
I have some complex test methods chaining with conditions and I'm
currently using SkipException as that is the only way to achieve what
I want.
But logs are polluted with SKIPPED tests. Some are supposed to be
skipped and some others I don't want to know about, so I can't just
filter out everything marked as skipped.
I explored IAnnotationTransformer but I can't know which test to
disable before some of them have ran.
Is it possible to disable a test while they all are running, assuming
the particular one hasn't run yet?
I'd do a SilentSkipException but customizing everything looks like a
huge undertaking.
Any suggestions?
Thanks,
Alex