1 override of ListCollectionNamesAsync
Microsoft.Extensions.VectorData.ConformanceTests (1)
DependencyInjectionTests.cs (1)
277
public override IAsyncEnumerable<string>
ListCollectionNamesAsync
(CancellationToken cancellationToken = default)
2 references to ListCollectionNamesAsync
Microsoft.Extensions.VectorData.ConformanceTests (2)
CollectionManagementTests.cs (2)
69
Assert.Empty(await store.
ListCollectionNamesAsync
().Where(n => n == collection.Name).ToListAsync());
73
var name = Assert.Single(await store.
ListCollectionNamesAsync
().Where(n => n == collection.Name).ToListAsync());