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

Xrm.ProcessFlow.ProcessManager Not Implemented Error #91

Open
MartHow opened this issue Oct 16, 2023 · 2 comments
Open

Xrm.ProcessFlow.ProcessManager Not Implemented Error #91

MartHow opened this issue Oct 16, 2023 · 2 comments

Comments

@MartHow
Copy link

MartHow commented Oct 16, 2023

The business process flow tests that I am writing need the "moveNext" function but it throws a not implemented error, I can see that not all functions are implemented

How might I go about stubbing things like this, and are there plans to include in a future release?

@daryllabar
Copy link
Collaborator

I'm unsure of the status of this repo and what @camelCaseDave's intention is with it. I originally did a lot of work back in the day, and was given the rights to the repo and to publish, but don't have the time to actively implement the missing features. Also some of the missing features aren't really implementable but that's a different issue. To answer your question though, I generally use jest to add spy's on the functions that need an implementation. It's also js, so you can overwrite functions by prototyping them.

@MartHow
Copy link
Author

MartHow commented Oct 17, 2023

Thanks @daryllabar, spy on worked a treat.

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

No branches or pull requests

2 participants