HomeSort by relevance Sort by last modified time
    Searched refs:FullWalletTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.h 28 class FullWalletTest;
85 friend class FullWalletTest;
88 FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWallet);
89 FRIEND_TEST_ALL_PREFIXES(FullWalletTest, CreateFullWalletWithRequiredActions);
90 FRIEND_TEST_ALL_PREFIXES(FullWalletTest, RestLengthCorrectDecryptionTest);
91 FRIEND_TEST_ALL_PREFIXES(FullWalletTest, RestLengthUnderDecryptionTest);
92 FRIEND_TEST_ALL_PREFIXES(FullWalletTest, GetCreditCardInfo);
full_wallet_unittest.cc 353 class FullWalletTest : public testing::Test {
355 FullWalletTest() {}
366 TEST_F(FullWalletTest, CreateFullWalletMissingExpirationMonth) {
371 TEST_F(FullWalletTest, CreateFullWalletMissingExpirationYear) {
376 TEST_F(FullWalletTest, CreateFullWalletMissingIin) {
381 TEST_F(FullWalletTest, CreateFullWalletMissingRest) {
386 TEST_F(FullWalletTest, CreateFullWalletMissingBillingAddress) {
391 TEST_F(FullWalletTest, CreateFullWalletMalformedBillingAddress) {
396 TEST_F(FullWalletTest, CreateFullWalletWithRequiredActions) {
426 TEST_F(FullWalletTest, CreateFullWalletWithInvalidRequiredActions)
    [all...]

Completed in 54 milliseconds