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
The `execute_check` method can be redefined when the check searches for an issue in a non-default statement type. The default types are defined in the `y_check_base`->`execute_check`.
81
81
82
-
### How to Create the UnitTest
82
+
### How to Create a Unit-Test
83
83
84
84
Create a local test class under the global test class created above. It should inherit and implement the abstract methods from the `y_unit_test_base` class.
85
85
We will use the `y_check_prefer_is_not` check as an example.
0 commit comments