Application Development 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: 

Mocking framework for ABAP unit tests

dany_charbonneau
Explorer
0 Kudos

Hi, Is there a mocking framework for ABAP ? Something like easymock or mockito for Java ?

I searched but cannot find anything...

thanks !

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

No, at this moment there isn't Mock Framework for ABAP unit tests.

Regards,

Naimesh Patel

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

No, at this moment there isn't Mock Framework for ABAP unit tests.

Regards,

Naimesh Patel

0 Kudos

Hello,

Now there is one framework available 😉

https://github.com/uweku/mockA

Regards,

Uwe