‎2019 Oct 25 2:43 PM
Hello,
I'm just trying to learn something about the test doubles.
According to the documentation it is not possible to use local interfaces. Is there another way to define two or more interfaces in a test double?
I know the way via a local test class, I just want to make sure it doesn't get any easier.
Thanks a lot
‎2019 Oct 25 3:42 PM
CL_ABAP_TEST_DOUBLE is just one way of defining a test double. Frankly, I don't see any need to use this class. Instead I directly define my own test double class with the desired interface, whatever it's local or global.