8 references to TestInputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (8)
ModelBinding\Binders\BodyModelBinderTests.cs (8)
566var canReadFormatter1 = new TestInputFormatter(canRead: true); 567var canReadFormatter2 = new TestInputFormatter(canRead: true); 570new TestInputFormatter(canRead: false), 571new TestInputFormatter(canRead: false), 597new TestInputFormatter(canRead: false), 598new TestInputFormatter(canRead: true), 626new TestInputFormatter(canRead: false), 627new TestInputFormatter(canRead: false),