14 instantiations of TestCallbackInvoker
Aspire.Hosting.RemoteHost.Tests (14)
CallbackProxyTests.cs (10)
60
var invoker = new
TestCallbackInvoker
();
74
var invoker = new
TestCallbackInvoker
{ ResultToReturn = JsonValue.Create(42) };
117
var invoker = new
TestCallbackInvoker
();
134
var invoker = new
TestCallbackInvoker
();
152
var invoker = new
TestCallbackInvoker
{ ResultToReturn = JsonValue.Create("result-value") };
165
var invoker = new
TestCallbackInvoker
();
185
var invoker = new
TestCallbackInvoker
200
var invoker = new
TestCallbackInvoker
215
var invoker = new
TestCallbackInvoker
232
return new AtsCallbackProxyFactory(invoker ?? new
TestCallbackInvoker
(), handles, ctRegistry, marshaller);
CapabilityDispatcherTests.cs (4)
573
var invoker = new
TestCallbackInvoker
();
596
var invoker = new
TestCallbackInvoker
();
617
var invoker = new
TestCallbackInvoker
();
640
var invoker = new
TestCallbackInvoker
{ ResultToReturn = JsonValue.Create(42) };
13 references to TestCallbackInvoker
Aspire.Hosting.RemoteHost.Tests (13)
CallbackProxyTests.cs (9)
60
var
invoker = new TestCallbackInvoker();
74
var
invoker = new TestCallbackInvoker { ResultToReturn = JsonValue.Create(42) };
117
var
invoker = new TestCallbackInvoker();
134
var
invoker = new TestCallbackInvoker();
152
var
invoker = new TestCallbackInvoker { ResultToReturn = JsonValue.Create("result-value") };
165
var
invoker = new TestCallbackInvoker();
185
var
invoker = new TestCallbackInvoker
200
var
invoker = new TestCallbackInvoker
215
var
invoker = new TestCallbackInvoker
CapabilityDispatcherTests.cs (4)
573
var
invoker = new TestCallbackInvoker();
596
var
invoker = new TestCallbackInvoker();
617
var
invoker = new TestCallbackInvoker();
640
var
invoker = new TestCallbackInvoker { ResultToReturn = JsonValue.Create(42) };