On this page, both the Test and TestCaseSource attributes are specified. I normally only specify TestCaseSource on it's own, as it's done on this page.
Is one way considered 'better practice' than the other, or is the test attribute simply redundant in the first case? Or was it historically required? I checked it out locally and it doesn't appear to make any difference to what's actually run - but seeing the additional attribute at first did make me want to check my tests were actually running!
On this page, both the
TestandTestCaseSourceattributes are specified. I normally only specifyTestCaseSourceon it's own, as it's done on this page.Is one way considered 'better practice' than the other, or is the test attribute simply redundant in the first case? Or was it historically required? I checked it out locally and it doesn't appear to make any difference to what's actually run - but seeing the additional attribute at first did make me want to check my tests were actually running!