Please provide a sample on how to use filter based annotations
2 views
Skip to first unread message
Sharath
unread,
Aug 22, 2008, 9:48:25 PM8/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to junitext-dev
Hi-
Please provide a sample on how to use filter based annotations.
For exmaple i have 3 testmethods in a testcase.
i want to annotate method1 with @ p1, method2 with @ p2, method3 with
@ p3,
and then while running the test case i want to pass the parameter p1
to the testrunner
And i want to see only method1 being run
is this secnario supported by Junitext. If so please provide an
example