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