Searched refs:AddressFieldTest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_field.h31 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseOneLineAddress);
32 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseTwoLineAddress);
33 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseThreeLineAddress);
34 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseStreetAddressFromTextArea);
35 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseCity);
36 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseState);
37 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseZip);
38 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseStateAndZipOneLabel);
39 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseCountry);
40 FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseTwoLineAddressMissingLabe
[all...]
H A Daddress_field_unittest.cc19 class AddressFieldTest : public testing::Test { class in namespace:autofill
21 AddressFieldTest() {} function in class:autofill::AddressFieldTest
34 DISALLOW_COPY_AND_ASSIGN(AddressFieldTest);
37 TEST_F(AddressFieldTest, Empty) {
43 TEST_F(AddressFieldTest, NonParse) {
50 TEST_F(AddressFieldTest, ParseOneLineAddress) {
67 TEST_F(AddressFieldTest, ParseTwoLineAddress) {
91 TEST_F(AddressFieldTest, ParseThreeLineAddress) {
121 TEST_F(AddressFieldTest, ParseStreetAddressFromTextArea) {
138 TEST_F(AddressFieldTest, ParseCit
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Daddress_field_test.cc26 TEST(AddressFieldTest, ValidEnumValue) {
32 TEST(AddressFieldTest, InvalidEnumValue) {
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DAddressFieldTest.java24 public class AddressFieldTest extends TestCase { class in inherits:TestCase

Completed in 987 milliseconds