Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector ABAP Unit Test Conventions List Processing

Former Member
0 Likes
487

Hi folks,

Does anyone have any idea what the Code Inspector, ABAP Unit Test Conventions, List Processing check is for? There is no documentation.

The other 3 check boxes have F1 help that gives SOME detail (Empty Test Methods, Dialog Statments, and Change Program Flow).

My guess would be something with statements like AT END OF, but I'm not sure.

I'm on Netweaver 7.01.

Thanks,

Clint

1 ACCEPTED SOLUTION
Read only

marcin_cholewczuk
Active Contributor
0 Likes
437

Hi Clint,

I've quite good explanatio under F1.

"Unit tests must be able to run without interaction. Using list statmentsas WRITE causes problems. This check is only made on source code within test methods"

In general everything that is connected with list processing (like WRITE command) shouldn't occur in classes responsible for unit tests.

Best regards

Marcin Cholewczuk

3 REPLIES 3
Read only

marcin_cholewczuk
Active Contributor
0 Likes
438

Hi Clint,

I've quite good explanatio under F1.

"Unit tests must be able to run without interaction. Using list statmentsas WRITE causes problems. This check is only made on source code within test methods"

In general everything that is connected with list processing (like WRITE command) shouldn't occur in classes responsible for unit tests.

Best regards

Marcin Cholewczuk

Read only

0 Likes
437

Great thank you, this answers my question. Are you on EhP 2 perhaps?

Read only

0 Likes
437

Hi Clint,

Yes, I'm using Ehp 2. Maybe that's the reason.

Best regards

Marcin Cholewczuk