1 write to ServiceOverrideMethodName
Microsoft.AspNetCore.Components.Testing (1)
Infrastructure\ServerStartOptions.cs (1)
39
ServiceOverrideMethodName
= methodName;
6 references to ServiceOverrideMethodName
Microsoft.AspNetCore.Components.Testing (2)
Infrastructure\ServerInstance.cs (2)
109
environment["E2E_TEST_SERVICES_METHOD"] = options.
ServiceOverrideMethodName
!;
185
sb.Append(':').Append(options.
ServiceOverrideMethodName
);
Microsoft.AspNetCore.Components.Testing.Tests (4)
ServerStartOptionsTests.cs (4)
31
Assert.Equal("MyMethod", options.
ServiceOverrideMethodName
);
46
Assert.Equal("Configure", options.
ServiceOverrideMethodName
);
61
Assert.Equal("Second", options.
ServiceOverrideMethodName
);
98
Assert.Null(options.
ServiceOverrideMethodName
);