1 write to ViewNotFound
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
223
ViewNotFound
= new OnViewNotFoundEventData()
10 references to ViewNotFound
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
PartialViewResultExecutorTest.cs (5)
273
Assert.NotNull(listener.
ViewNotFound
);
274
Assert.NotNull(listener.
ViewNotFound
.ActionContext);
275
Assert.NotNull(listener.
ViewNotFound
.Result);
276
Assert.Equal(new string[] { "location/myview" }, listener.
ViewNotFound
.SearchedLocations);
277
Assert.Equal("myview", listener.
ViewNotFound
.ViewName);
ViewResultExecutorTest.cs (5)
268
Assert.NotNull(listener.
ViewNotFound
);
269
Assert.NotNull(listener.
ViewNotFound
.ActionContext);
270
Assert.NotNull(listener.
ViewNotFound
.Result);
271
Assert.Equal(new string[] { "location/myview" }, listener.
ViewNotFound
.SearchedLocations);
272
Assert.Equal("myview", listener.
ViewNotFound
.ViewName);