‎2010 Nov 24 6:20 PM
Hi experts,
I've been working with Abap Unit and it is very good. But I would like to start working with mock. Does anyone know something about that in Abap?
I found an article on this site: ABAP Mockup
It speaks about a such ABAP Mockup, however I didn't find the interface if_tool_abap_mockup and the class cl_tool_am_controller in my environment (7.0). Is it an internal SAP-Tool or is it an upcoming feature?
Regards,
André
‎2010 Dec 03 9:46 AM
Hi André,
thanks for your interest in ABAP Mocking... also interesting to find some of the documentation on an external web site like this.
However, you guessed right: It is currently only available internally.
One workaround for now would be to use manual implemented mocks as local classes which are derived from the interface/object you want to mock.
Regards,
Steffen
‎2010 Dec 03 9:46 AM
Hi André,
thanks for your interest in ABAP Mocking... also interesting to find some of the documentation on an external web site like this.
However, you guessed right: It is currently only available internally.
One workaround for now would be to use manual implemented mocks as local classes which are derived from the interface/object you want to mock.
Regards,
Steffen
‎2010 Dec 03 10:29 AM
Steffen,
OK! I will try to develop some thing using local mock.
Thanks,
André