💡 Code pal for ABAP follows the Clean ABAP. If the issue relates to coding style, please submit it here.
Check Name
unit test assert
Actual Behavior
If the same method is called twice in actual and expected, e.g. to test that a factory method returns a singleton, 'illegal assert' is raised
Expected Behavior
For method calls, dispense with the rule, since idempotence is a meaningful test.