You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule could be implemented as an additional diagnostic inside of S2699.
This will improve the precision of the rule's raised diagnostic, while also being faster than implementing similar logic twice, at least up until a point.
S2970
RSpec change: SonarSource/rspec#1518
Related rule S2699 implemented in TestMethodShouldContainAssertion
Methods/Props without "continuation" that should be detected:
MSTest:Update:Assert.That
is a property and can not be misused.Assert.That
StringAssert.That
CollectionAssert.That
Should()
Check.That()
Received()
and related likeDidNotReceiveWithAnyArgs()
Unaffected libraries:
Existing rules in the testing libs:
The text was updated successfully, but these errors were encountered: