File: ServiceOverrideResolver.g.cs
Project: src\src\Components\Testing\src\Microsoft.AspNetCore.Components.Testing.csproj (Microsoft.AspNetCore.Components.Testing)
// <auto-generated/>
#nullable enable
 
namespace Microsoft.AspNetCore.Components.Testing.Generated;
 
internal sealed class ServiceOverrideResolver : global::Microsoft.AspNetCore.Components.Testing.Infrastructure.IE2EServiceOverrideResolver
{
    public global::System.Action<global::Microsoft.Extensions.DependencyInjection.IServiceCollection>? TryResolve(
        string assemblyQualifiedTypeName, string methodName)
    {
        return null;
    }
}