Skip to content

Commit 947a862

Browse files
schneidermic0estevao-schultz-neto-SAPEugen Günther
authored
Replace class by interface in check documentation (#543)
* Update test-seam-usage.md * Update db-access-in-ut.md * Update external-call-in-ut.md * Update unit_test_assert.md * Replace class by interface In the check "Constants Interface Check", the documentation of the exception referred to class definition instead of interface definition. * Update db-access-in-ut.md * Update external-call-in-ut.md * Update test-seam-usage.md * Update test-seam-usage.md * Update unit_test_assert.md * Update unit_test_assert.md * Update unit_test_assert.md Co-authored-by: estevao-schultz-neto-SAP <63100656+estevao-schultz-neto-SAP@users.noreply.github.com> Co-authored-by: Eugen Günther <64586309+eugen-guenther-sap@users.noreply.github.com>
1 parent 4e063f8 commit 947a862

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/checks/constants-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use enumeration classes instead.
3838

3939
### What to do in case of exception?
4040

41-
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC CONS_INTF` which should be placed right after the class definition header:
41+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC CONS_INTF` which should be placed right after the interface definition:
4242

4343
### Example
4444

docs/checks/unit_test_assert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,3 @@ ENDMETHOD.
6161
### Further Readings & Knowledge
6262

6363
* [Clean ABAP: Don't obsess about coverage](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#dont-obsess-about-coverage)
64-
65-

0 commit comments

Comments
 (0)