4 references to PageActionInvokerTest
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageActionInvokerTest.cs (4)
1409
var pageName = $"{typeof(
PageActionInvokerTest
).FullName}+{nameof(TestPage)} ({typeof(
PageActionInvokerTest
).Assembly.GetName().Name})";
1412
? $"{typeof(
PageActionInvokerTest
).FullName}+{nameof(TestPageModel)}.{nameof(TestPageModel.OnGetHandler1)}"
1413
: $"{typeof(
PageActionInvokerTest
).FullName}+{nameof(TestPage)}.{nameof(TestPage.OnGetHandler1)}";