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
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,23 @@
1
-
# code pal for ABAP
2
-
3
1
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [TEST-SEAM Statement Usage Check](test-seam-usage.md)
4
2
5
3
## TEST-SEAM Statement Usage Check
6
4
7
5
### What is the Intent of the Check?
8
6
9
-
The “TEST-SEAM Statement Usage” Check searches for the usage of the ABAP statement: TEST-SEAM.
7
+
This check searches for the usage of the ABAP statement: TEST-SEAM.
10
8
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.
11
9
12
10
### How does the check work?
13
11
14
12
This check searches for usage of the `TEST-SEAM` statement.
15
13
16
-
### Which attributes can be maintained?
17
-
18
-

19
-
20
14
## How to solve the issue?
21
15
22
16
`TEST-SEAM` shall not be used.
23
17
24
18
### What to do in case of exception?
25
19
26
-
You can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC TEST_SEAM_USAGE`.
27
-
The pseudo comment must be placed right after the declaration.
20
+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC TEST_SEAM_USAGE` which should be placed right after the declaration.
0 commit comments