I'm using msepc as test framework in VS 2010 with .NET 4.0 and ReSharper 6.1. I already set the naming conventions for mspec with single underscores like described in this article. The thing is, some of my specs have a double underscore in them, so that they show up as quotation marks in my test report, like:

It should_have_set__products__in_request

or

It should_have_set__products__

Unfortunately those specs get underlined by ReSharper and are not recognized as valid naming. Is there a way to set those naming conventions manually or some kind of workaround?

有帮助吗?

解决方案

There's currently no way to do that. ReSharper doesn't allow double underscores for all_lower naming schemes. I guess this is the 20% case team JetBrains didn't optimize for. The plugin itself cannot influence this.

You can vote for the issue I just created.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top