I’m looking for .NET static code analysis tools that can detect things like unit tests without an assert, too many asserts in one test, and other anomalies.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s Typemock Test Lint.
Although it’s produced by Typemock, it’s not particularly tied to their commercial Isolator product. As an example, it analyzes my xUnit.net tests that use Moq.
It’s free, but only available for Visual Studio 2010.