Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mimic Transactional Behavior #186

Open
MattTrinder1 opened this issue Feb 16, 2021 · 0 comments
Open

Mimic Transactional Behavior #186

MattTrinder1 opened this issue Feb 16, 2021 · 0 comments

Comments

@MattTrinder1
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants