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

Support List and Map as input for the keys assertion #12

Closed
astorije opened this issue Apr 12, 2015 · 1 comment
Closed

Support List and Map as input for the keys assertion #12

astorije opened this issue Apr 12, 2015 · 1 comment

Comments

@astorije
Copy link
Owner

It is currently possible to give an Array of keys and an Object of keys to the keys assertion, but considering the library we are testing against, it would be a shame to not be able to use List and Map elements.

Should I allow other input types too (Set, ...) ? Should I be more generic instead (like testing against KeyedCollection instead of Map, ...)?

@astorije
Copy link
Owner Author

This feature was added here, that is when releasing version 1.0.0 (unpublished version, use version 1.0.2 and onwards instead).

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