Skip to content

Commit fa035ab

Browse files
committed
Activating the class
1 parent 06d94f3 commit fa035ab

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
CLASS ltc_zcl_aws1_cpd_actions DEFINITION FOR TESTING
3+
DURATION SHORT
4+
RISK LEVEL HARMLESS.
5+
6+
PRIVATE SECTION.
7+
DATA:
8+
f_cut TYPE REF TO zcl_aws1_cpd_actions. "class under test
9+
10+
METHODS: detectsentiment FOR TESTING.
11+
ENDCLASS. "ltc_Zcl_Aws1_Cpd_Actions
12+
13+
14+
CLASS ltc_zcl_aws1_cpd_actions IMPLEMENTATION.
15+
16+
METHOD detectsentiment.
17+
18+
19+
20+
ENDMETHOD.
21+
22+
23+
24+
25+
ENDCLASS.

sap-abap/services/cpd/zcl_aws1_cpd_actions.clas.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<CLSCCINCL>X</CLSCCINCL>
1111
<FIXPT>X</FIXPT>
1212
<UNICODE>X</UNICODE>
13+
<WITH_UNIT_TESTS>X</WITH_UNIT_TESTS>
1314
</VSEOCLASS>
1415
</asx:values>
1516
</asx:abap>

0 commit comments

Comments
 (0)