#include "quiche/quic/core/quic_error_codes.h"
#include <cstdint>
#include <string>
#include "openssl/ssl.h"
#include "quiche/quic/platform/api/quic_test.h"
namespace quic {
namespace test {
namespace {
QuicErrorCodesTest;
TEST_F(QuicErrorCodesTest, QuicErrorCodeToString) { … }
TEST_F(QuicErrorCodesTest, QuicIetfTransportErrorCodeString) { … }
TEST_F(QuicErrorCodesTest, QuicErrorCodeToTransportErrorCode) { … }
QuicRstErrorCodesTest;
TEST_F(QuicRstErrorCodesTest, QuicRstStreamErrorCodeToString) { … }
TEST_F(QuicRstErrorCodesTest,
IetfResetStreamErrorCodeToRstStreamErrorCodeAndBack) { … }
}
}
}