1 instantiation of DelegatingTestRouter
Microsoft.Extensions.AI.Abstractions.Tests (1)
ChatRouting\RoutingChatClientTests.cs (1)
122
using var client = new
DelegatingTestRouter
(_ => throw new NotSupportedException());
3 references to DelegatingTestRouter
Microsoft.Extensions.AI.Abstractions.Tests (3)
ChatRouting\RoutingChatClientTests.cs (3)
122
using
var
client = new DelegatingTestRouter(_ => throw new NotSupportedException());
124
Assert.Same(client, client.GetService(typeof(
DelegatingTestRouter
)));
127
Assert.Null(client.GetService(typeof(
DelegatingTestRouter
), serviceKey: "key"));