Hi Kieron,
Using the extension point above, you would have to figure out some way
to create the info needed and pass it to the test method. A custom attribute
is the most obvious approach to specifying the info. To get it to the method,
passing it as an argument would be the simplest but would require all the test
methods to be written to take such an argument.
One thought would be to create a data structure to use as an argument
and only return true to HasTestCasesFor when the method has that structure
as an argument.
Charlie
> Does anyone have any advice? - Is this even possible?
>
> Thanks,
> Kieron
>
> --
> You received this message because you are subscribed to the Google Groups
> "NUnit-Discuss" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/nunit-discuss/-/1bgqmSHop1sJ.
> To post to this group, send email to
nunit-...@googlegroups.com.
> To unsubscribe from this group, send email to
>
nunit-discus...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/nunit-discuss?hl=en.