--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.
Hi Ed,
have a look at http://github.com/ansgarkonermann/testng-goodies, where I
tried something similar for Enums and included a learning test. You
could use this approach to create a generic CSV-based data provider.
The trick is: any data provider method might take a java.lang.Method
parameter, referencing the test method the data provider is attached to,
so you can evaluate more specific annotations of this method from within
the data provider.
Hope this helps a bit.
Kind regards
Ansgar