#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "third_party/blink/renderer/modules/websockets/websocket_common.h"
#include <string.h>
#include <algorithm>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace blink {
namespace {
TEST(WebSocketCommonTest, IsValidSubprotocolString) { … }
TEST(WebSocketCommonTest, EncodeSubprotocolString) { … }
TEST(WebSocketCommonTest, JoinStrings) { … }
}
}