9 references to TestLevelTwo
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (9)
XmlSerializerInputFormatterTest.cs (9)
379
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
387
var
model = Assert.IsType<
TestLevelTwo
>(result.Model);
435
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
456
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
511
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
566
var context = GetInputFormatterContext(contentBytes, typeof(
TestLevelTwo
));
574
var
model = Assert.IsType<
TestLevelTwo
>(result.Model);