* Move TestPair & PoolManager to engine * Add to global usings * A * Move ITestContextLike to engine * Readd cvars partial class * cleanup diff
7 lines
173 B
C#
7 lines
173 B
C#
// Global usings for Content.IntegrationTests
|
|
|
|
global using NUnit.Framework;
|
|
global using System;
|
|
global using System.Threading.Tasks;
|
|
global using Robust.UnitTesting.Pool;
|