OpenCoverUI / OpenCover.UI

Visual Studio Integration to OpenCover
MIT License
77 stars 46 forks source link

Support for nested testclasses for MSTest. #138

Closed MelleKoning closed 7 years ago

MelleKoning commented 8 years ago

Support written for nested test classes as per mentioned bug report #128, verified with an additional unit test. However only support for the MSTest discoverer and not yet for the NUnit discover as of now as I could not get NUnit to give results on my system yet via Opencover.UI

pver commented 8 years ago

Hi @MelleKoning , thanks for your pull request! I've added some small remarks, could you look into these?

Apart from those, everything looks fine to me! I'll pull this in after the changes and I'll make the same changes for NUnit

pver commented 7 years ago

Thanks @MelleKoning, looks great! I'll merge this in the repo