2 writes to _responseFactory
Aspire.Azure.Messaging.EventHubs.Tests (2)
tests\Aspire.Azure.Security.KeyVault.Tests\MockTransport.cs (2)
22_responseFactory = _ => 33_responseFactory = req => responseFactory((MockRequest)req.Request);
1 reference to _responseFactory
Aspire.Azure.Messaging.EventHubs.Tests (1)
tests\Aspire.Azure.Security.KeyVault.Tests\MockTransport.cs (1)
63message.Response = _responseFactory(message);