Home | History | Annotate | Download | only in net

Lines Matching defs:test_delegate_

110   ConnectionTesterDelegate test_delegate_;
158 ConnectionTester tester(&test_delegate_,
173 EXPECT_EQ(1, test_delegate_.start_connection_test_suite_count());
175 test_delegate_.start_connection_test_experiment_count());
177 test_delegate_.completed_connection_test_experiment_count());
178 EXPECT_EQ(1, test_delegate_.completed_connection_test_suite_count());
185 new ConnectionTester(&test_delegate_,
197 EXPECT_EQ(1, test_delegate_.start_connection_test_suite_count());
198 EXPECT_EQ(1, test_delegate_.start_connection_test_experiment_count());
199 EXPECT_EQ(0, test_delegate_.completed_connection_test_experiment_count());
200 EXPECT_EQ(0, test_delegate_.completed_connection_test_suite_count());