docs(dotnet): add missing TestClass attribute (#16663)
This commit is contained in:
parent
1154fffd8b
commit
14ac443c85
|
|
@ -132,6 +132,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
@ -153,6 +154,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
@ -213,6 +215,7 @@ using Microsoft.Playwright.MSTest;
|
||||||
|
|
||||||
namespace PlaywrightTests;
|
namespace PlaywrightTests;
|
||||||
|
|
||||||
|
[TestClass]
|
||||||
public class UnitTest1 : PageTest
|
public class UnitTest1 : PageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue