#include "components/autofill/core/browser/ui/payments/card_unmask_authentication_selection_dialog_controller_impl.h"
#include "base/test/metrics/histogram_tester.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/metrics/autofill_metrics.h"
#include "components/autofill/core/browser/payments/card_unmask_challenge_option.h"
namespace autofill {
class CardUnmaskAuthenticationSelectionDialogControllerImplTest
: public testing::Test { … };
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
DialogCanceledByUserBeforeConfirmation) { … }
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
DialogCanceledByUserAfterConfirmation) { … }
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
ServerRequestSucceeded) { … }
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
ServerRequestFailed) { … }
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
AcceptedNoServerRequestNecessary) { … }
TEST_F(CardUnmaskAuthenticationSelectionDialogControllerImplTest,
SelectedCardUnmaskChallengeOptionType) { … }
}