In the current version you have to introduce a dummy interface (ITest : IA, IB) in the case that the mocked object implements several interfaces (IA, IB).
If NMock2 would allow to mix-in additional interfaces (DP2 should support this) then these dummy interfaces could be removed.