#include "net/spdy/spdy_log_util.h"
#include <string_view>
#include "base/values.h"
#include "net/third_party/quiche/src/quiche/common/http/http_header_block.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
std::string ElideGoAwayDebugDataForNetLogAsString(
NetLogCaptureMode capture_mode,
std::string_view debug_data) { … }
TEST(SpdyLogUtilTest, ElideGoAwayDebugDataForNetLog) { … }
TEST(SpdyLogUtilTest, ElideHttpHeaderBlockForNetLog) { … }
TEST(SpdyLogUtilTest, HttpHeaderBlockNetLogParams) { … }
TEST(SpdyLogUtilTest, ElideHttpHeaderBlockForNetLogWithNonUTF8Characters) { … }
}