9 references to TestLevelTwo
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (9)
XmlDataContractSerializerInputFormatterTest.cs (9)
375
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
383
var
model = Assert.IsType<
TestLevelTwo
>(result.Model);
423
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
439
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
491
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
546
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
554
var
model = Assert.IsType<
TestLevelTwo
>(result.Model);