Excluding method
Excluding method
Hi,
I'm trying to exclude methods from coverage but doesn't seem to work. It still shows it in the coverage report.
I tried //em ".*set_*". I also tried //exclude-methods ".*set*". Basically we want to exclude .net created set method.
Any help would be great!!
Thanks, H
RE: Excluding method
FYI
It's .*set_.* As well for any newbie, it's has to be fully qualified path.
RE: Excluding method
glad you figured this out!