Lines Matching refs:testCaller

439 		BThreadedTestCaller<HttpIntegrationTest>* testCaller
443 testCaller->addThread(
445 testCaller->addThread("GetTest", &HttpIntegrationTest::GetTest);
446 testCaller->addThread("GetWithBufferTest", &HttpIntegrationTest::GetWithBufferTest);
447 testCaller->addThread("HeadTest", &HttpIntegrationTest::HeadTest);
448 testCaller->addThread("NoContentTest", &HttpIntegrationTest::NoContentTest);
449 testCaller->addThread("AutoRedirectTest", &HttpIntegrationTest::AutoRedirectTest);
450 testCaller->addThread("BasicAuthTest", &HttpIntegrationTest::BasicAuthTest);
451 testCaller->addThread("StopOnErrorTest", &HttpIntegrationTest::StopOnErrorTest);
452 testCaller->addThread("RequestCancelTest", &HttpIntegrationTest::RequestCancelTest);
453 testCaller->addThread("PostTest", &HttpIntegrationTest::PostTest);
455 suite.addTest(testCaller);
464 BThreadedTestCaller<HttpIntegrationTest>* testCaller
468 testCaller->addThread(
470 testCaller->addThread("GetTest", &HttpIntegrationTest::GetTest);
471 testCaller->addThread("GetWithBufferTest", &HttpIntegrationTest::GetWithBufferTest);
472 testCaller->addThread("HeadTest", &HttpIntegrationTest::HeadTest);
473 testCaller->addThread("NoContentTest", &HttpIntegrationTest::NoContentTest);
474 testCaller->addThread("AutoRedirectTest", &HttpIntegrationTest::AutoRedirectTest);
475 // testCaller->addThread("BasicAuthTest", &HttpIntegrationTest::BasicAuthTest);
478 testCaller->addThread("StopOnErrorTest", &HttpIntegrationTest::StopOnErrorTest);
479 testCaller->addThread("RequestCancelTest", &HttpIntegrationTest::RequestCancelTest);
480 testCaller->addThread("PostTest", &HttpIntegrationTest::PostTest);
482 suite.addTest(testCaller);