Skip to content

TestMethodAttribute.Execute is overridable, but ExecuteAsync is not #5707

@RobSwDev

Description

@RobSwDev

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.

/// <remarks>Extensions can override this method to customize running a TestMethod.</remarks>

Metadata

Metadata

Labels

Area: MSTestIssues with MSTest that are not specific to more refined area (e.g. analyzers or assertions)Regression

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions