chromium/device/fido/cbor_extract_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 "device/fido/cbor_extract.h"
#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/memory/raw_ptr_exclusion.h"
#include "base/ranges/algorithm.h"
#include "components/cbor/values.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace device {
namespace {

IntKey;
Is;
Map;
Stop;
StringKey;

struct MakeCredRequest {};

TEST(CBORExtract, Basic) {}

TEST(CBORExtract, MissingRequired) {}

TEST(CBORExtract, WrongType) {}

TEST(CBORExtract, RequiredInOptionalMap) {}

}  // namespace
}  // namespace device