mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
12 lines
277 B
C#
12 lines
277 B
C#
using Robust.UnitTesting.Pool;
|
|
|
|
namespace Robust.UnitTesting.Shared.Testing;
|
|
|
|
/// <summary>
|
|
/// A test pool specifically for testing testpool and testpair behavior.
|
|
/// </summary>
|
|
internal sealed class EngineDummyTestPool : PoolManager<RobustIntegrationTest.TestPair>
|
|
{
|
|
|
|
}
|