15 references to Type
Microsoft.AspNetCore.Mvc.FunctionalTests (15)
ApiExplorerTest.cs (15)
980Assert.Equal(typeof(int).FullName, i.Type);
984Assert.Equal(typeof(string).FullName, s.Type);
1005Assert.Equal(typeof(int).FullName, i.Type);
1009Assert.Equal(typeof(string).FullName, s.Type);
1029Assert.Equal(typeof(int).FullName, id.Type);
1033Assert.Equal(typeof(string).FullName, name.Type);
1053Assert.Equal(typeof(int).FullName, id.Type);
1057Assert.Equal(typeof(ApiExplorerWebSite.Product).FullName, product.Type);
1077Assert.Equal(typeof(string).FullName, customerId.Type);
1081Assert.Equal(typeof(string).FullName, referrer.Type);
1085Assert.Equal(typeof(int).FullName, quantity.Type);
1089Assert.Equal(typeof(int).FullName, productId.Type);
1093Assert.Equal(typeof(string).FullName, productName.Type);
1097Assert.Equal(typeof(string).FullName, shippingInstructions.Type);
1101Assert.Equal(typeof(string).FullName, feedback.Type);