#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) { … }
}