Files
blog.stevanfreeborn.com/test/Blog.Tests/GlobalUsings.cs
T

10 lines
399 B
C#
Raw Normal View History

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;