chromium/third_party/blink/renderer/modules/bluetooth/bluetooth_uuid_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 "third_party/blink/renderer/modules/bluetooth/bluetooth_uuid.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_string_unsignedlong.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

TEST(BluetoothUUIDTest, GetBluetoothUUIDFromV8Value_CanonicalUUID) {}

TEST(BluetoothUUIDTest, GetBluetoothUUIDFromV8Value_16bitUUID) {}

TEST(BluetoothUUIDTest, GetBluetoothUUIDFromV8Value_EmptyString) {}

TEST(BluetoothUUIDTest, GetBluetoothUUIDFromV8Value_BluetoothName) {}

TEST(BluetoothUUIDTest, GetBluetoothUUIDFromV8Value_InvalidUUID) {}

}  // namespace blink