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
TestCaseSourceAttribute has a constructor that takes a string with the name of the method/field/property that provides it data, and a constructor that takes type of the source, a string with its name, and parameters if it is a method,
It would be convenient if a constructor that took just the string name of the method and parameters were available as well,
TestCaseSourceAttribute has a constructor that takes a string with the name of the method/field/property that provides it data, and a constructor that takes type of the source, a string with its name, and parameters if it is a method,
It would be convenient if a constructor that took just the string name of the method and parameters were available as well,
TestCaseSourceAttribute (string sourceName, object[] methodParams)
The text was updated successfully, but these errors were encountered: