diff --git a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md index bae3d41a846c3..df61eec33158c 100644 --- a/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md +++ b/docs/core/testing/unit-testing-mstest-writing-tests-attributes.md @@ -317,6 +317,8 @@ public class TestClass The also supports the property to customize how test cases appear in Test Explorer. You can specify the display name format using the to reference a method that generates the display name: ```csharp +using System.Reflection; + [TestClass] public class TestClass {