chromium/third_party/blink/renderer/core/inspector/protocol_unittest.cc

// Copyright 2018 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/core/inspector/v8_inspector_string.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {
namespace protocol {
namespace {
TEST(ProtocolBinaryTest, base64EmptyArgs) {}

TEST(ProtocolStringTest, AllBytesBase64Roundtrip) {}

TEST(ProtocolStringTest, HelloWorldBase64Roundtrip) {}

TEST(ProtocolBinaryTest, InvalidBase64Decode) {}
}  // namespace
}  // namespace protocol
}  // namespace blink