machine / machine.specifications

Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
MIT License
885 stars 178 forks source link

Subject are not correct under Resharper Runner #378

Open erlis opened 5 years ago

erlis commented 5 years ago

Hi,

You can see my problem in the following screenshot. I realize the value that appear in the Resharper Runner for the class Subject doesn't match. I've clean the project, deleted all the cache and no luck. The Console runner report the test correctly, but not Resharper Runner. I really don't know if this problem is in the Resharper Plugin or something that is created outside of it because maybe an implementation detail on Resharper.

But it will be really helpful if this can be addressed

image

robertcoltheart commented 5 years ago

I can reproduce this and it indeed looks like a bug when renaming classes or subjects. Will look to fix.