Skip to content

Commit 44e4ab7

Browse files
Update test-seam-usage.md
1 parent 89a1aa8 commit 44e4ab7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/checks/test-seam-usage.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# code pal for ABAP
22

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)
44

5-
## Test Seam Usage Check
5+
## TEST-SEAM Statement Usage Check
66

77
### What is the Intent of the Check?
88

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.
1011

1112
### How does the check work?
1213

@@ -33,4 +34,4 @@ TEST-SEAM seam_name. "#EC TEST_SEAM_USAGE
3334

3435
### Further Readings & Knowledge
3536

36-
* [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

Comments
 (0)