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

Add Empty, Mock properties to DefaultValueProvider #535

Merged
merged 1 commit into from
Nov 27, 2017

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Nov 27, 2017

so that it mirrors DefaultValue more closely:

    new Mock<T> { DefaultValue         = DefaultValue        .Mock }
    new Mock<T> { DefaultValueProvider = DefaultValueProvider.Mock }

This also creates a single access point for further standard default value providers in the future.

so that it mirrors `DefaultValue` more closely:

    new Mock<T> { DefaultValue         = DefaultValue        .Mock }
    new Mock<T> { DefaultValueProvider = DefaultValueProvider.Mock }
@stakx stakx merged commit 687a5f5 into devlooped:develop Nov 27, 2017
@stakx stakx deleted the defaultvalueprovider branch November 27, 2017 08:40
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