We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc4ed commit 8ff087cCopy full SHA for 8ff087c
docs/core/testing/snippets/testcontext/csharp/TestContextCtor.cs
@@ -5,7 +5,7 @@ public class MyTestClassTestContextThroughCtor
5
{
6
private readonly TestContext _testContext;
7
8
- public MyTestClass(TestContext testContext)
+ public MyTestClassTestContextThroughCtor(TestContext testContext)
9
10
_testContext = testContext;
11
}
0 commit comments