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