namespace Books.Api.Tests.Infrastructure; /// /// Collection definition for integration tests. /// All test classes decorated with [Collection(Name)] will run serially /// to avoid Hangfire in-memory storage conflicts between parallel tests. /// [CollectionDefinition(Name)] public class IntegrationTestCollection : ICollectionFixture { public const string Name = "Integration"; }