docs(dotnet): move Expect to method on harness (#12498)

This commit is contained in:
Max Schmitt 2022-03-03 23:05:13 +01:00 committed by GitHub
parent 96a6cbbe58
commit 42b9fc1cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -51,8 +51,6 @@ using System.Threading.Tasks;
using Microsoft.Playwright.NUnit;
using NUnit.Framework;
using static Microsoft.Playwright.Assertions;
namespace PlaywrightTests
{
public class ExampleTests : PageTest

View File

@ -53,8 +53,6 @@ using System.Threading.Tasks;
using Microsoft.Playwright.NUnit;
using NUnit.Framework;
using static Microsoft.Playwright.Assertions;
namespace PlaywrightTests
{
public class ExampleTests : PageTest

View File

@ -52,8 +52,6 @@ using System.Threading.Tasks;
using Microsoft.Playwright.NUnit;
using NUnit.Framework;
using static Microsoft.Playwright.Assertions;
namespace Playwright.TestingHarnessTest.NUnit
{
public class ExampleTests : PageTest