Skip to content

Commit d903a18

Browse files
Update test-seam-usage.md
1 parent 9209252 commit d903a18

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/checks/test-seam-usage.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [TEST-SEAM Statement Usage Check](test-seam-usage.md)
42

53
## TEST-SEAM Statement Usage Check
64

75
### What is the Intent of the Check?
86

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.
108
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.
119

1210
### How does the check work?
1311

1412
This check searches for usage of the `TEST-SEAM` statement.
1513

16-
### Which attributes can be maintained?
17-
18-
![Attributes](./imgs/test_seam_usage.png)
19-
2014
## How to solve the issue?
2115

2216
`TEST-SEAM` shall not be used.
2317

2418
### What to do in case of exception?
2519

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

2922
### Example
3023

0 commit comments

Comments
 (0)