Skip to content

Commit e4a6386

Browse files
committed
Add missing property
1 parent 8ff087c commit e4a6386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/testing/snippets/testcontext/csharp/AddResultFile.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[TestClass]
44
public class TestClassResultFile
55
{
6+
public TestContext TestContext { get; set; }
7+
68
[TestMethod]
79
public void TestMethodWithResultFile()
810
{

0 commit comments

Comments
 (0)