14 references to Invocations
Microsoft.AspNetCore.Components.Server.Tests (14)
ProtectedBrowserStorageTest.cs (14)
34var invocation = jsRuntime.Invocations.Single();
60var invocation = jsRuntime.Invocations.Single();
84var invocation = jsRuntime.Invocations.Single();
115var invocation = jsRuntime.Invocations.Single();
142var invocation = jsRuntime.Invocations.Single();
251var invocation = jsRuntime.Invocations.Single();
281Assert.Collection(jsRuntime.Invocations,
361Invocations.Add((identifier, args, JSCallType.FunctionCall));
370Invocations.Add((identifier, args, JSCallType.NewCall));
376Invocations.Add((identifier, args, JSCallType.NewCall));
382Invocations.Add((identifier, [], JSCallType.GetValue));
388Invocations.Add((identifier, [], JSCallType.GetValue));
394Invocations.Add((identifier, [value], JSCallType.SetValue));
400Invocations.Add((identifier, [value], JSCallType.SetValue));