15 references to Type
Microsoft.AspNetCore.Mvc.FunctionalTests (15)
ApiExplorerTest.cs (15)
968Assert.Equal(typeof(int).FullName, i.Type); 972Assert.Equal(typeof(string).FullName, s.Type); 993Assert.Equal(typeof(int).FullName, i.Type); 997Assert.Equal(typeof(string).FullName, s.Type); 1017Assert.Equal(typeof(int).FullName, id.Type); 1021Assert.Equal(typeof(string).FullName, name.Type); 1041Assert.Equal(typeof(int).FullName, id.Type); 1045Assert.Equal(typeof(ApiExplorerWebSite.Product).FullName, product.Type); 1065Assert.Equal(typeof(string).FullName, customerId.Type); 1069Assert.Equal(typeof(string).FullName, referrer.Type); 1073Assert.Equal(typeof(int).FullName, quantity.Type); 1077Assert.Equal(typeof(int).FullName, productId.Type); 1081Assert.Equal(typeof(string).FullName, productName.Type); 1085Assert.Equal(typeof(string).FullName, shippingInstructions.Type); 1089Assert.Equal(typeof(string).FullName, feedback.Type);