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