5 references to NullCollectionProperty
Microsoft.AspNetCore.Mvc.Core.Test (5)
Controllers\ControllerBinderDelegateProviderTest.cs (5)
931nameof(TestController.NullCollectionProperty), 933controller => ((TestController)controller).NullCollectionProperty, 995{ nameof(TestController.NullCollectionProperty), typeof(List<string>) }, // Skipped 1003{ nameof(TestController.NullCollectionProperty), new List<string> { "hello", "world" } }, 1059Assert.Null(controller.NullCollectionProperty); // Skipped