chromium/components/payments/content/service_worker_payment_app_finder_unittest.cc

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

#include "components/payments/content/service_worker_payment_app_finder.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/payments/payment_request.mojom.h"

namespace payments {

class ServiceWorkerPaymentAppFinderTest : public testing::Test {};

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_NoApps) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_NoMethods) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_IntersectionOfMethods) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_NoCapabilitiesNetworksOrTypes) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_NoRequestedNetwork) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_IntersectionOfNetworks) {}

TEST_F(ServiceWorkerPaymentAppFinderTest,
       RemoveAppsWithoutMatchingMethodData_NonBasicCardIgnoresCapabilities) {}

}  // namespace payments