IT:AD:MSTest:HowTo:TroubleShoot
Summary
Always an issue or two…
Issues
Tests don't stop at BreakPoints when running in Resharper/Debug Test
Possible Reasons:
- A common error is developers thinking that the [ClassInitialize()] decorated method can work even when not static. You can't:
“xxx has wrong signature. The method must be static, public, does not return a value and should take a single parameter of type TestContext.”