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