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

ParameterFilter fixes #143

Closed
wants to merge 1 commit into from
Closed

Conversation

dlwyatt
Copy link
Member

@dlwyatt dlwyatt commented Jun 25, 2014

The script block passed to the -ParameterFilter parameters on Mock and Assert-MockCalled is now executed in the test script's scope. To prevent errors when the parameter filter is being evaluated in some cases, Strict Mode is disabled within that block (but left alone otherwise).

The script block passed to the -ParameterFilter parameters on Mock and Assert-MockCalled is now executed in the test script's scope.  To prevent errors when the parameter filter is being evaluated in some cases, Strict Mode is disabled within that block (but left alone otherwise).s
@dlwyatt dlwyatt closed this Jun 27, 2014
@dlwyatt dlwyatt deleted the ParameterFilterFixes branch June 27, 2014 17:34
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

1 participant