Maintain code quality of unit tests
One of the most powerful ReSharper features — code inspection — comes in handy when you write unit tests. In addition to hundreds of general-purpose inspections, there is also a number of dedicated inspections that target problems specific to unit tests:
NUnit (30 inspections)
These inspections detect code issues related to NUnit tests.
Xunit (1 inspection)
These inspections detect code issues related to xUnit.Net tests.
20 November 2025