5 references to TestLayout
Microsoft.AspNetCore.Components.Tests (5)
RouteViewTest.cs (5)
65frame => AssertFrame.Attribute(frame, nameof(LayoutView.Layout), (object)typeof(TestLayout), sequence: 1),
72frame => AssertFrame.Component<TestLayout>(frame, subtreeLength: 2, sequence: 0),
76var testLayoutComponentId = batch.GetComponentFrames<TestLayout>().Single().ComponentId;
162frame => AssertFrame.Attribute(frame, nameof(LayoutView.Layout), (object)typeof(TestLayout), sequence: 1),
188[Layout(typeof(TestLayout))]