5 references to ArrayProperty
Microsoft.AspNetCore.Mvc.Core.Test (5)
Controllers\ControllerBinderDelegateProviderTest.cs (5)
910nameof(TestController.ArrayProperty), 912controller => ((TestController)controller).ArrayProperty, 992{ nameof(TestController.ArrayProperty), typeof(string[]) }, // Skipped 1000{ nameof(TestController.ArrayProperty), new string[] { "hello", "world" } }, 1056Assert.Equal(new string[] { "goodbye" }, controller.ArrayProperty); // Skipped