How to test validity check of QuickFixes
I have a QuickFix Implementation with a ValidUtils.Valid() check for the declaration (like ReSharper's own QuickFixes).
How can I test this check (with a QuickFixTestBase<TQuickFix> test class, or somehow else)?
Please sign in to leave a comment.