Skip to content

Commit 3263c0c

Browse files
author
Eugen Günther
authored
Merge branch 'master' into 1.17.0
2 parents 1a3e206 + faea10f commit 3263c0c

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

docs/checks/db-access-in-ut.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ The pseudo comment must be placed right after the DB access statement.
6060
```ABAP
6161
SELECT * FROM tadir INTO TABLE @DATA(entries). "#EC DB_ACCESS_UT
6262
```
63+
64+
### Further Readings & Knowledge
65+
66+
* [Clean ABAP - Avoid Usage of TEST-SEAM](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#use-test-seams-as-temporary-workaround)
67+
* [ABAP Test Tools & Frameworks](https://pages.github.tools.sap/EngineeringCulture/ase/ABAP/abapTestTools.html)
68+

docs/checks/external-call-in-ut.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ In exceptional cases, you can suppress this finding by using the pseudo comment
2222
```abap
2323
SUBMIT program. “#EC EXT_CALL_UT
2424
```
25+
26+
### Further Readings & Knowledge
27+
28+
* [ABAP Test Tools & Frameworks](https://pages.github.tools.sap/EngineeringCulture/ase/ABAP/abapTestTools.html)

docs/checks/test-seam-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ TEST-SEAM seam_name. "#EC TEST_SEAM_USAGE
2828
### Further Readings & Knowledge
2929

3030
* [Clean ABAP - Avoid Usage of TEST-SEAM](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#use-test-seams-as-temporary-workaround)
31+
* [ABAP Test Tools & Frameworks](https://pages.github.tools.sap/EngineeringCulture/ase/ABAP/abapTestTools.html)
32+

docs/checks/unit_test_assert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ 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+
* [ABAP Test Tools & Frameworks](https://pages.github.tools.sap/EngineeringCulture/ase/ABAP/abapTestTools.html)

0 commit comments

Comments
 (0)