Skip to content

Test Explorer shows incorrect entries if TestCase contains TestName with template arguments #1256

@varnk

Description

@varnk

When assigning a TestCase using TestName with template args, the Visual Studio Test Explorer shows an entry that has the TestName template arguments.

Example:

        [TestCase(1,2,3, TestName = "{m}({0},{1},pos={2})")]  
        public void MyTest(int value1, int value2, int pos)
        {
        }
Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions