Chromium Code Reviews

Side by Side Diff: net/base/telnet_server_unittest.cc

Issue 43079: NO CODE CHANGE (Closed)
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « net/base/tcp_pinger_unittest.cc ('k') | net/base/test_completion_callback.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Tests TelnetServer. 5 // Tests TelnetServer.
6 6
7 #include "net/base/listen_socket_unittest.h" 7 #include "net/base/listen_socket_unittest.h"
8 #include "net/base/telnet_server.h" 8 #include "net/base/telnet_server.h"
9 #include "testing/platform_test.h" 9 #include "testing/platform_test.h"
10 10
(...skipping 49 matching lines...)
60 tester_->TestClientSend(); 60 tester_->TestClientSend();
61 } 61 }
62 62
63 TEST_F(TelnetServerTest, ClientSendLong) { 63 TEST_F(TelnetServerTest, ClientSendLong) {
64 tester_->TestClientSendLong(); 64 tester_->TestClientSendLong();
65 } 65 }
66 66
67 TEST_F(TelnetServerTest, ServerSend) { 67 TEST_F(TelnetServerTest, ServerSend) {
68 tester_->TestServerSend(); 68 tester_->TestServerSend();
69 } 69 }
70
OLDNEW
« no previous file with comments | « net/base/tcp_pinger_unittest.cc ('k') | net/base/test_completion_callback.h » ('j') | no next file with comments »

Powered by Google App Engine