Home | History | Annotate | Download | only in proxy

Lines Matching refs:test_functions

627   TestVector test_functions;
628 test_functions.push_back(TestNormalCaseURLConfiguredOneAdapter);
629 test_functions.push_back(TestNormalCaseURLConfiguredMultipleAdapters);
630 test_functions.push_back(
632 test_functions.push_back(
634 test_functions.push_back(TestFailureCaseNoURLConfigured);
635 test_functions.push_back(TestFailureCaseNoDhcpAdapters);
636 test_functions.push_back(TestShortCircuitLessPreferredAdapters);
637 test_functions.push_back(TestImmediateCancel);
639 std::random_shuffle(test_functions.begin(),
640 test_functions.end(),
642 for (TestVector::const_iterator it = test_functions.begin();
643 it != test_functions.end();
651 (*test_functions.begin())(&client);