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
Currently the rule will report an issue on an abstract class but you might want to create some test helper/infrastructure and it is ok if they don't have any test.
Expected behavior
No issue is raised when test class is abstract.
Actual behavior
Issue is raised.
Related information
SonarC# Version: 6.6 and less
The text was updated successfully, but these errors were encountered:
Evangelink
changed the title
Update S2187: Rule should not raise an issue when class is abstract
Fix S2187: Rule should not raise an issue when class is abstract
Nov 13, 2017
Description
Currently the rule will report an issue on an
abstract
class but you might want to create some test helper/infrastructure and it is ok if they don't have any test.Expected behavior
No issue is raised when test class is
abstract
.Actual behavior
Issue is raised.
Related information
The text was updated successfully, but these errors were encountered: