Rank: Member
Groups: Registered
Joined: 7/20/2012(UTC) Posts: 10 Location: Springfield, MO, USA
Thanks: 4 times Was thanked: 2 time(s) in 2 post(s)
|
I am covering a property with tests; it is a non-automatic property in VS 2012 c#, and it is indicating no coverage on the property. However, the set shows that it is covered.
I have put a breakpoint in the get and debugged the test to see that I am in fact hitting it.
I'm currently executing 2 of the three branches in the get, but no luck showing it. It's not a show-stopper, just odd.
I saw a forum post discussing auto-properties (that I can't find now) that was discussing this, and it sounds like it's not currently implemented?
Any plans to implement this in the near future? Again it's not that high priority of a request.
|