How to TDD and fully test templated code that takes variadic number of arguments and which has specializations without code duplication in the tests?
Let’s say I want to write a function that returns sum of passed positive numbers. Just returns 0 if I don’t pass any.