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

Rolling guid-ValueConverter #31

Closed
kbilsted opened this issue Jun 13, 2015 · 0 comments
Closed

Rolling guid-ValueConverter #31

kbilsted opened this issue Jun 13, 2015 · 0 comments

Comments

@kbilsted
Copy link
Owner

to simplify unit testing with data containing guids, we need to ensure the guid values are stable across executions.

Thus a valueconverter for guids. converting them into 000001, 000002, ... as they meet is needed. A dictionary should hold converted values to ensure the same guid printed multiple times is printed with its new value.

Get enspired from the existing GuidValueConverter

Also documentation on how to use it in unit testing is needed

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

No branches or pull requests

1 participant