9 references to AddKeyedMongoDBClient
Aspire.MongoDB.Driver.Tests (9)
AspireMongoDBDriverExtensionsTests.cs (5)
82
builder.
AddKeyedMongoDBClient
(key);
147
builder.
AddKeyedMongoDBClient
(DefaultConnectionName, settings =>
168
builder.
AddKeyedMongoDBClient
(key, settings =>
214
builder.
AddKeyedMongoDBClient
("mongodb2");
215
builder.
AddKeyedMongoDBClient
("mongodb3");
ConformanceTests.cs (1)
83
builder.
AddKeyedMongoDBClient
(key, configure);
MongoDBDriverPublicApiTests.cs (3)
53
var action = () => builder.
AddKeyedMongoDBClient
(connectionName);
65
var action = () => builder.
AddKeyedMongoDBClient
(name);
77
var action = () => builder.
AddKeyedMongoDBClient
(name);