1 instantiation of UITestClass
Microsoft.AspNetCore.Components.Testing.Generators (1)
UITestGenerator.cs (1)
58
return new
UITestClass
(ns, type.Name, hintName);
3 references to UITestClass
Microsoft.AspNetCore.Components.Testing.Generators (3)
UITestGenerator.cs (3)
39
if (pair.Right && pair.Left is
UITestClass
target)
46
private static
UITestClass
? GetUITestClass(GeneratorAttributeSyntaxContext context)
61
private static string EmitClassBinding(
UITestClass
target)