Tag: nunit
All the articles with the tag "nunit".
Refactor to the NUnit Fluent API with ReSharper Code Patterns
Published:3 min readReSharper 5 has a feature called Structural Search and Replace which allows you to perform complex searches on your code and then make equally complex replacements. I used this to create custom code patterns for refactoring to the NUnit Fluent API, which can be included in ReSharper's code inspections. An XML export of the code patterns is available.