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

21 lines
571 B
C#
Raw Normal View History

2024-04-10 01:28:38 -05:00
global using System.IO.Abstractions;
global using System.Net;
global using Blog.Posts;
2024-04-08 23:34:32 -05:00
global using FluentAssertions;
2024-04-10 01:28:38 -05:00
global using Microsoft.AspNetCore.Hosting;
2024-04-08 23:34:32 -05:00
global using Microsoft.AspNetCore.Hosting.Server;
2024-04-10 01:28:38 -05:00
global using Microsoft.AspNetCore.Mvc.Testing;
2024-04-08 23:34:32 -05:00
global using Microsoft.Extensions.DependencyInjection;
2024-04-10 01:28:38 -05:00
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Options;
global using Microsoft.Playwright;
global using Microsoft.Playwright.NUnit;
global using Microsoft.Extensions.Logging;
global using Moq;
global using NUnit.Framework;