#include "quiche/http2/test_tools/hpack_entry_collector.h"
#include "quiche/common/platform/api/quiche_logging.h"
#include "quiche/common/platform/api/quiche_test.h"
HasSubstr;
namespace http2 {
namespace test {
namespace {
TEST(HpackEntryCollectorTest, Clear) { … }
void IndexedHeaderErrorTest() { … }
TEST(HpackEntryCollectorTest, IndexedHeader) { … }
void LiteralValueErrorTest() { … }
TEST(HpackEntryCollectorTest, LiteralValueHeader) { … }
void LiteralNameValueHeaderErrorTest() { … }
TEST(HpackEntryCollectorTest, LiteralNameValueHeader) { … }
void DynamicTableSizeUpdateErrorTest() { … }
TEST(HpackEntryCollectorTest, DynamicTableSizeUpdate) { … }
}
}
}