You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Google-test provides good functionality for testing over the product of tests. But testing over sums of sets, for example
set1 = {1, 2, 3, 4} set2 = {5, 6, 7}
shows some drawbacks. Especially when only one line of code has to be changed between the testing of the parameters in set1 and set2.
Is there a better way to tests over the sum of parameters using googletest?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Asked originally by @Davknapp in #255
Google-test provides good functionality for testing over the product of tests. But testing over sums of sets, for example
set1 = {1, 2, 3, 4} set2 = {5, 6, 7}
shows some drawbacks. Especially when only one line of code has to be changed between the testing of the parameters in set1 and set2.
Is there a better way to tests over the sum of parameters using googletest?
Beta Was this translation helpful? Give feedback.
All reactions