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
Copy file name to clipboardExpand all lines: docs/checks/test-seam-usage.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# code pal for ABAP
2
2
3
-
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Test Seam Usage Check](test-seam-usage.md)
3
+
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [TEST-SEAM Statement Usage Check](test-seam-usage.md)
4
4
5
-
## Test Seam Usage Check
5
+
## TEST-SEAM Statement Usage Check
6
6
7
7
### What is the Intent of the Check?
8
8
9
-
The “Test Seam Usage” Check is part of the Clean Code Check Repository. Test seams are invasive and tend to get entangled in private dependencies, such that they are hard to keep alive and stable in the long run.
9
+
The “TEST-SEAM Statement Usage” Check searches for the usage of the ABAP statement: TEST-SEAM.
10
+
Test seams are invasive and tend to get entangled in private dependencies, such that they are hard to keep alive and stable in the long run.
*[ABAP Styleguides on Clean Code](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#use-test-seams-as-temporary-workaround)
37
+
*[ABAP Styleguides on Clean Code - Avoid Usage of TEST-SEAM](https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#use-test-seams-as-temporary-workaround)
0 commit comments