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