Replies: 1 comment
-
Last time I had to deal with unit testing code that relied on I know this doesn't necessarily answer your question but it might be of use to you. In most cases, you are only interested in testing the interaction with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to create an instance of Delta from an existing object for unit testing purposes? I have some business rule logic classes called from my controller that take the Delta coming from the patch operations as an input and I'm having trouble figure out how to create a mock instance of Delta to properly unit test them. Thanks for you help.
Beta Was this translation helpful? Give feedback.
All reactions