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

Exceptions using Verify for specific calls should include actual values #264

Merged
merged 2 commits into from
Jul 11, 2016

Conversation

hahn-kev
Copy link
Contributor

There's a couple cases of using Verify that don't print very nice values when they fail. I've attempted to resolve a couple of these.

  1. parameter values that are arrays print as "System.String[]" instead of printing out and joining into a comma delimited list
  2. setup and verify calls shown in exception messages display the variables referenced and not the values of those variables

Tests have been written/updated for these cases

@kzu kzu merged commit 6446b19 into devlooped:master Jul 11, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants