MSTEST0015: Test method should not be ignored
Property | Value |
---|---|
Rule ID | MSTEST0015 |
Title | Test method should not be ignored |
Category | Design |
Fix is breaking or non-breaking | Non-breaking |
Enabled by default | Yes |
Default severity | Info |
Introduced in version | 3.3.0 |
There is a code fix | No |
Cause
A Test method should not be ignored.
Rule description
Test methods should not be ignored (marked with [Ignore]
).
How to fix violations
Ensure that the test method isn't ignored.
When to suppress warnings
Do not suppress a warning from this rule. If you ignore this rule, test method will be ignored.
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.