15 references to Type
Microsoft.AspNetCore.Mvc.FunctionalTests (15)
ApiExplorerTest.cs (15)
985Assert.Equal(typeof(int).FullName, i.Type); 989Assert.Equal(typeof(string).FullName, s.Type); 1010Assert.Equal(typeof(int).FullName, i.Type); 1014Assert.Equal(typeof(string).FullName, s.Type); 1034Assert.Equal(typeof(int).FullName, id.Type); 1038Assert.Equal(typeof(string).FullName, name.Type); 1058Assert.Equal(typeof(int).FullName, id.Type); 1062Assert.Equal(typeof(ApiExplorerWebSite.Product).FullName, product.Type); 1082Assert.Equal(typeof(string).FullName, customerId.Type); 1086Assert.Equal(typeof(string).FullName, referrer.Type); 1090Assert.Equal(typeof(int).FullName, quantity.Type); 1094Assert.Equal(typeof(int).FullName, productId.Type); 1098Assert.Equal(typeof(string).FullName, productName.Type); 1102Assert.Equal(typeof(string).FullName, shippingInstructions.Type); 1106Assert.Equal(typeof(string).FullName, feedback.Type);