11 lines
350 B
C#
11 lines
350 B
C#
global using static FluentAssertions.FluentActions;
|
|
global using FluentAssertions;
|
|
global using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
global using System;
|
|
global using System.Collections;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Reflection;
|
|
global using System.Threading;
|