// Copyright (c) Microsoft. All rights reserved. using InMemory.ConformanceTests.Support; using VectorData.ConformanceTests; using VectorData.ConformanceTests.Support; using Xunit; namespace InMemory.ConformanceTests; public class InMemoryIndexKindTests(InMemoryIndexKindTests.Fixture fixture) : IndexKindTests(fixture), IClassFixture { public new class Fixture() : IndexKindTests.Fixture { public override TestStore TestStore => InMemoryTestStore.Instance; } }