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
As a test writer, I would like to test my code against various permutations of setup and teardown functions without having to write a parameterized test harness for boiler plate code.
If we were to implement this, the simplest semantic way would be to simply provide a list of parents to the test.
I wonder though. If the contents are identical, maybe providing a way to create a test from an existing void (*)(void) function might be the easiest way to have something functional without breaking the test tree.
Use case:
As a test writer, I would like to test my code against various permutations of setup and teardown functions without having to write a parameterized test harness for boiler plate code.
I'd love the ability to one of the the following:
or
@Snaipe
The text was updated successfully, but these errors were encountered: