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

Template-based tests #5

Open
ruspl-afed opened this issue Jan 9, 2022 · 0 comments
Open

Template-based tests #5

ruspl-afed opened this issue Jan 9, 2022 · 0 comments
Assignees

Comments

@ruspl-afed
Copy link
Member

We need to support tests for several (configurable) parameter types, like:

std::vector<int>
std::vector<bool>
std::vector<SomeUserType>

The idea is to have test logic parametrized with the same parameter type(s) that are availble for class/function under test

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

No branches or pull requests

2 participants