docs(dotnet): move Expect to method on harness (#12498)
This commit is contained in:
parent
96a6cbbe58
commit
42b9fc1cd9
|
|
@ -51,8 +51,6 @@ using System.Threading.Tasks;
|
||||||
using Microsoft.Playwright.NUnit;
|
using Microsoft.Playwright.NUnit;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
using static Microsoft.Playwright.Assertions;
|
|
||||||
|
|
||||||
namespace PlaywrightTests
|
namespace PlaywrightTests
|
||||||
{
|
{
|
||||||
public class ExampleTests : PageTest
|
public class ExampleTests : PageTest
|
||||||
|
|
|
||||||
|
|
@ -53,8 +53,6 @@ using System.Threading.Tasks;
|
||||||
using Microsoft.Playwright.NUnit;
|
using Microsoft.Playwright.NUnit;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
using static Microsoft.Playwright.Assertions;
|
|
||||||
|
|
||||||
namespace PlaywrightTests
|
namespace PlaywrightTests
|
||||||
{
|
{
|
||||||
public class ExampleTests : PageTest
|
public class ExampleTests : PageTest
|
||||||
|
|
|
||||||
|
|
@ -52,8 +52,6 @@ using System.Threading.Tasks;
|
||||||
using Microsoft.Playwright.NUnit;
|
using Microsoft.Playwright.NUnit;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
using static Microsoft.Playwright.Assertions;
|
|
||||||
|
|
||||||
namespace Playwright.TestingHarnessTest.NUnit
|
namespace Playwright.TestingHarnessTest.NUnit
|
||||||
{
|
{
|
||||||
public class ExampleTests : PageTest
|
public class ExampleTests : PageTest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue