You are using an open source integration framework in your project. However, key
interfaces do not explicitly define several strange conditions you have repeatedly seen while
testing. Which option is the name given to the anti pattern described above?
A.
Composite View
B.
Leaky Abstraction
C.
Asynchronous Interaction
D.
Golden Hammer
Explanation:
This answer does not seem correct to me. I think it should be B Leaky Abstraction.
Law of Leaky Abstraction states that Complex abstractions are to some degree leaky. Here the open source integration framework does not state conditions which are only found during testing.
B