0
kicks
Unit Testing Enum Value Support
An overview on how to automatically test every value of an enum that is used by a function using a single unit test. This allows the unit test to automatically pick up new values added to that enum.