Lines Matching refs:TEST
13 // Test that the getters and setters for country code are working.
14 TEST(AddressTest, CountryCode) {
25 // Test that country codes are properly decoded as country names.
26 TEST(AddressTest, GetCountry) {
43 // Test that we properly detect country codes appropriate for each country.
44 TEST(AddressTest, SetCountry) {
48 // Test basic conversion.
54 // Test basic synonym detection.
60 // Test case-insensitivity.
66 // Test country code detection.
72 // Test that we ignore unknown countries.
79 // Test that we properly match typed values to stored country data.
80 TEST(AddressTest, IsCountry) {