// 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. #ifdef UNSAFE_BUFFERS_BUILD // TODO(crbug.com/342213636): Remove this and spanify to fix the errors. #pragma allow_unsafe_buffers #endif #include <vector> #include "testing/gtest/include/gtest/gtest.h" #include "third_party/inspector_protocol/crdtp/chromium/protocol_traits.h" namespace content { namespace protocol { namespace { Binary; TEST(ProtocolBinaryTest, base64EmptyArgs) { … } TEST(ProtocolStringTest, AllBytesBase64Roundtrip) { … } TEST(ProtocolStringTest, HelloWorldBase64Roundtrip) { … } TEST(ProtocolBinaryTest, InvalidBase64Decode) { … } } // namespace } // namespace protocol } // namespace content