chromium/components/autofill/core/browser/payments/payments_requests/unmask_iban_request_unittest.cc

// Copyright 2023 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/autofill/core/browser/payments/payments_requests/unmask_iban_request.h"

#include "base/functional/callback_helpers.h"
#include "base/json/json_reader.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill::payments {

namespace {

constexpr int kBillableServiceNumber =;
constexpr int64_t kBillingCustomerNumber =;
constexpr int64_t kInstrumentId =;

}  // namespace

class UnmaskIbanRequestTest : public testing::Test {};

TEST_F(UnmaskIbanRequestTest, GetRequestContent) {}

TEST_F(UnmaskIbanRequestTest, ParseResponse_ResponseIsComplete) {}

TEST_F(UnmaskIbanRequestTest, ParseResponse_MissingValue) {}

}  // namespace autofill::payments