// Copyright (c) Microsoft Corporation. All rights reserved. // ClusterCollection.cs namespace Microsoft.AutoGen.RuntimeGateway.Grpc.Tests.Helpers.Orleans; [CollectionDefinition(Name)] public sealed class ClusterCollection : ICollectionFixture { public const string Name = nameof(ClusterCollection); }