delegateas/XrmMockup

Mimic Transactional Behavior

MattTrinder1 opened this issue · 0 comments

When testing sequence of events against a live instance - if you catch an expected exception thrown by a plugin (when testing negative cases for example) then the instance will be in the state it was before the initial call as the exception will have rolled back the transaction.

XrmMockup cannot mimic this at the moment as changes are made to the Db at the point they are called with no mechanism to roll them back out if the operation should fail