2024-04-08 23:34:32 -05:00
|
|
|
global using NUnit.Framework;
|
|
|
|
|
global using Microsoft.AspNetCore.Mvc.Testing;
|
|
|
|
|
global using Microsoft.Extensions.Hosting;
|
|
|
|
|
global using Microsoft.AspNetCore.Hosting;
|
|
|
|
|
global using Microsoft.Playwright.NUnit;
|
|
|
|
|
global using Microsoft.Playwright;
|
|
|
|
|
global using FluentAssertions;
|
|
|
|
|
global using Microsoft.AspNetCore.Hosting.Server;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using System.Net;
|