Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: net/quic/core/crypto/crypto_framer_test.cc

Issue 2848203002: Add a platform implementation of QuicTest and QuicTestWithParam (Closed)
Patch Set: net/quic/platform/impl/quic_test_impl.cc Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/common_cert_set_test.cc ('k') | net/quic/core/crypto/crypto_handshake_message_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/crypto_framer_test.cc
diff --git a/net/quic/core/crypto/crypto_framer_test.cc b/net/quic/core/crypto/crypto_framer_test.cc
index e8f37e946a18d1b6ce95d89bc35635208ebe265b..846f91f4be156cc941981895432c11b85bc5e7f5 100644
--- a/net/quic/core/crypto/crypto_framer_test.cc
+++ b/net/quic/core/crypto/crypto_framer_test.cc
@@ -12,6 +12,7 @@
#include "net/quic/core/crypto/crypto_protocol.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/platform/api/quic_logging.h"
+#include "net/quic/platform/api/quic_test.h"
#include "net/quic/test_tools/crypto_test_utils.h"
#include "net/quic/test_tools/quic_test_utils.h"
@@ -25,7 +26,7 @@ char* AsChars(unsigned char* data) {
return reinterpret_cast<char*>(data);
}
-class CryptoFramerTest : public ::testing::TestWithParam<Perspective> {};
+class CryptoFramerTest : public QuicTestWithParam<Perspective> {};
class TestCryptoVisitor : public CryptoFramerVisitorInterface {
public:
« no previous file with comments | « net/quic/core/crypto/common_cert_set_test.cc ('k') | net/quic/core/crypto/crypto_handshake_message_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698