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