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
My use-case is to have an interface that defines methods that provide test parameters so that I can better enforce parameter sets that need to run against multiple tests.
(This would technically break backwards compatibility as I imagine the implementation of this feature would require a default constructor for the Parameters.source classes.)
The text was updated successfully, but these errors were encountered:
My use-case is to have an interface that defines methods that provide test parameters so that I can better enforce parameter sets that need to run against multiple tests.
Example:
(This would technically break backwards compatibility as I imagine the implementation of this feature would require a default constructor for the
Parameters.source
classes.)The text was updated successfully, but these errors were encountered: