File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The pseudo comment must be placed right after the DB access statement.
40
40
``` abap
41
41
SELECT XXXXX. "#EC DB_ACCESS_UT
42
42
```
43
- ### Risk Level
43
+ ### How to set the " Risk Level"
44
44
Definition: The RISK LEVEL describes the effects that a test can have on the data security of the system.
45
45
The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION statement of a test class:
46
46
@@ -51,7 +51,7 @@ The RISK LEVEL is assigned by the following extension to the CLASS DEFINITION st
51
51
• RISK LEVEL HARMLESS - no effects on persistent data or system settings.
52
52
53
53
54
- ### Duration
54
+ ### How to set the " Duration"
55
55
Definition: The DURATION property allows you to define an expected runtime for all methods of a test class.
56
56
57
57
At runtime the cumulated duration of all test methods is measured. If the actual duration exceeds the expectation ABAP Unit will raise an alert.
You can’t perform that action at this time.
0 commit comments