#include "quiche/common/quiche_random.h" #include "quiche/common/platform/api/quiche_test.h" namespace quiche { namespace { TEST(QuicheRandom, RandBytes) { … } TEST(QuicheRandom, RandUint64) { … } TEST(QuicheRandom, InsecureRandBytes) { … } TEST(QuicheRandom, InsecureRandUint64) { … } } // namespace } // namespace quiche