‎2011 Nov 15 3:38 PM
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
‎2011 Nov 16 8:05 PM
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
‎2011 Nov 16 8:05 PM
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
‎2011 Nov 16 8:22 PM
Great thank you, this answers my question. Are you on EhP 2 perhaps?
‎2011 Nov 17 2:09 PM
Hi Clint,
Yes, I'm using Ehp 2. Maybe that's the reason.
Best regards
Marcin Cholewczuk