1 instantiation of TestPageModel
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
309
modelFactory: context => new
TestPageModel
() { PageContext = context });
11 references to TestPageModel
Microsoft.AspNetCore.Mvc.RazorPages.Test (11)
Infrastructure\PageActionInvokerTest.cs (11)
315
var
pageModel = Assert.IsType<
TestPageModel
>(instance);
316
Assert.IsType<ViewDataDictionary<
TestPageModel
>>(pageModel.PageContext.ViewData);
1412
? $"{typeof(PageActionInvokerTest).FullName}+{nameof(
TestPageModel
)}.{nameof(
TestPageModel
.OnGetHandler1)}"
1638
HandlerTypeInfo = typeof(
TestPageModel
).GetTypeInfo(),
1639
ModelTypeInfo = typeof(
TestPageModel
).GetTypeInfo(),
1649
MethodInfo = typeof(
TestPageModel
).GetTypeInfo().GetMethod(nameof(
TestPageModel
.OnGetHandler1)),
1655
MethodInfo = typeof(
TestPageModel
).GetTypeInfo().GetMethod(nameof(
TestPageModel
.OnGetHandler2)),