11 lines
324 B
C#
Raw Normal View History

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