Opened 6 years ago
#12541 new Feature Requests
Permit test cases that are templated *and* data-driven
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.61.0 | Severity: | Optimization |
Keywords: | test, template, data-driven, testcase, grid, cartesian | Cc: |
Description
The data-driven test cases and template test cases are both really useful but AFAIU, it isn't possible to use both these features in one testcase.
I propose that this should be possible because I think it would be very helpful. In this case, the testcase would be performed for all combinations of types and values (ie a Cartesian product / grid). Through smart packaging of their types and values, users would then be able to run a testcase on any possible combination.
Note:
See TracTickets
for help on using tickets.