chromium/chrome/browser/payments/has_enrolled_instrument_browsertest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/test/payments/payment_request_platform_browsertest_base.h"
#include "chrome/test/payments/personal_data_manager_test_util.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace payments {
namespace {

class HasEnrolledInstrumentPaymentHandlerTest
    : public PaymentRequestPlatformBrowserTestBase {};

IN_PROC_BROWSER_TEST_F(HasEnrolledInstrumentPaymentHandlerTest,
                       FalseWithoutPaymentHandler) {}

IN_PROC_BROWSER_TEST_F(HasEnrolledInstrumentPaymentHandlerTest,
                       FalseWithPaymentHandlerAvailableToInstallJustInTime) {}

IN_PROC_BROWSER_TEST_F(HasEnrolledInstrumentPaymentHandlerTest,
                       TrueWithInstalledPaymentHandler) {}

}  // namespace
}  // namespace payments