using Xunit; namespace Mbproxy.Tests.Sim; /// /// xUnit v3 collection definition that wires as a /// shared fixture for all test classes that declare /// [Collection(nameof(DL205SimulatorCollection))]. /// [CollectionDefinition(nameof(DL205SimulatorCollection))] public sealed class DL205SimulatorCollection : ICollectionFixture { }