chromium/third_party/blink/renderer/modules/payments/goods/digital_goods_type_converters_unittest.cc

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

#include "third_party/blink/renderer/modules/payments/goods/digital_goods_type_converters.h"

#include <string>

#include "base/time/time.h"
#include "components/digital_goods/mojom/digital_goods.mojom-blink.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/digital_goods/digital_goods.mojom-blink.h"
#include "third_party/blink/public/mojom/digital_goods/digital_goods.mojom-shared.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_item_details.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_payment_currency_amount.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

BillingResponseCode;

TEST(DigitalGoodsTypeConvertersTest, MojoBillingResponseToIdl) {}

TEST(DigitalGoodsTypeConvertersTest, MojoItemDetailsToIdl_WithOptionalFields) {}

TEST(DigitalGoodsTypeConvertersTest,
     MojoItemDetailsToIdl_WithoutOptionalFields) {}

TEST(DigitalGoodsTypeConvertersTest, NullMojoItemDetailsToIdl) {}

TEST(DigitalGoodsTypeConvertersTest, MojoPurchaseReferenceToIdl) {}

TEST(DigitalGoodsTypeConvertersTest, NullMojoPurchaseReferenceToIdl) {}

}  // namespace blink