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

make support for combinatorial input to tests #24

Open
kbilsted opened this issue Apr 8, 2015 · 0 comments
Open

make support for combinatorial input to tests #24

kbilsted opened this issue Apr 8, 2015 · 0 comments

Comments

@kbilsted
Copy link
Owner

kbilsted commented Apr 8, 2015

since we can autogenerate asserts, we should provide a helper architecture to provide combinatorial input to test methods, join their result and assert against that.

e.g. a method taking two bools as arguments, should get 4 inputs, each of which must be applied

but also composite types must be creatable in the same manner, with plugability such that the end user can specify how to create bespoke types. Eg a class Person with a first name, surname, zip code and address

maybe provide a testresultclass, that is more or less an array of strings which are stateprinted actual results.

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