docs(dotnet): add missing TestClass attribute (#16663)

This commit is contained in:
Max Schmitt 2022-08-19 14:19:34 +02:00 committed by GitHub
parent 1154fffd8b
commit 14ac443c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -132,6 +132,7 @@ using Microsoft.Playwright.MSTest;
namespace PlaywrightTests;
[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]

View file

@ -58,6 +58,7 @@ using Microsoft.Playwright.MSTest;
namespace PlaywrightTests;
[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
@ -153,6 +154,7 @@ using Microsoft.Playwright.MSTest;
namespace PlaywrightTests;
[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]
@ -213,6 +215,7 @@ using Microsoft.Playwright.MSTest;
namespace PlaywrightTests;
[TestClass]
public class UnitTest1 : PageTest
{
[TestMethod]