Skip to content
DerAlbertCom edited this page Sep 14, 2010 · 8 revisions

Welcome to the xUnit.ReSharper.Naming.

xUnit.ReSharper.Naming is a PlugIn for ReSharper 5.0 and 5.1, which enables you to have different Naming rules
for xUnit.NET Tests and xUnit.NET BDD Specifications. So that ReSharper don’t give you warning when you Name
your Test like this.

public class When_opening_a_file {
    [Fact]
    public void It_should_be_locked_for_other_processes()
    {
        // the test         
    } 
}

Download the latest release

HowTo configure Naming Rules

Clone this wiki locally