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

Unified Diff: net/tools/quic/platform/impl/quic_socket_utils_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/tools/quic/platform/impl/quic_epoll_clock_test.cc ('k') | net/tools/quic/quic_client_session_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/platform/impl/quic_socket_utils_test.cc
diff --git a/net/tools/quic/platform/impl/quic_socket_utils_test.cc b/net/tools/quic/platform/impl/quic_socket_utils_test.cc
index 58fd70b411c6b3e409d1f5ca8276a5aea1a5091f..3b4e73301697c750a40747605b7aeaaf6e6ca48a 100644
--- a/net/tools/quic/platform/impl/quic_socket_utils_test.cc
+++ b/net/tools/quic/platform/impl/quic_socket_utils_test.cc
@@ -10,7 +10,7 @@
#include "net/quic/platform/api/quic_logging.h"
#include "net/quic/platform/api/quic_socket_address.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "net/quic/platform/api/quic_test.h"
namespace net {
namespace test {
@@ -19,7 +19,7 @@ namespace {
// A test fixture is used to ensure that all sockets are closed down gracefully
// upon test completion. Also provides a convenient API to Bind not presently
// available in QuicSocketUtils.
-class QuicSocketUtilsTest : public ::testing::Test {
+class QuicSocketUtilsTest : public QuicTest {
protected:
~QuicSocketUtilsTest() override {
for (int fd : open_sockets_) {
« no previous file with comments | « net/tools/quic/platform/impl/quic_epoll_clock_test.cc ('k') | net/tools/quic/quic_client_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698