1 instantiation of TestModel
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\JsonResultExecutorTestBase.cs (1)
272
var model = Enumerable.Range(0, 1000).Select(p => new
TestModel
{ Property = new string('a', 5000) }).ToArray();