-
Notifications
You must be signed in to change notification settings - Fork 284
Labels
Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Regression
Milestone
Description
Describe the bug
TestMethodAttirubte.ExecuteAsync has comments suggesting it be overriden, but its an internal method.
We override Execute in our own custom attributes, but at some point after upgrading this method is no longer used.
testfx/src/TestFramework/TestFramework/Attributes/TestMethod/TestMethodAttribute.cs
Line 69 in 1421741
/// <remarks>Extensions can override this method to customize running a TestMethod.</remarks> |
Copilot
Metadata
Metadata
Assignees
Labels
Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Issues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Regression