Searched refs:HttpIntegrationTest (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/net/netservices2/
H A DServicesKitTestAddon.cpp21 HttpIntegrationTest::AddTests(*suite);
H A DHttpProtocolTest.h34 class HttpIntegrationTest : public BThreadedTestCase class in inherits:BThreadedTestCase
37 HttpIntegrationTest(TestServerMode mode);
H A DHttpProtocolTest.cpp391 // HttpIntegrationTest
394 HttpIntegrationTest::HttpIntegrationTest(TestServerMode mode) function in class:HttpIntegrationTest
415 HttpIntegrationTest::setUp()
422 HttpIntegrationTest::tearDown()
432 HttpIntegrationTest::AddTests(BTestSuite& parent)
436 CppUnit::TestSuite& suite = *new CppUnit::TestSuite("HttpIntegrationTest");
438 HttpIntegrationTest* httpIntegrationTest = new HttpIntegrationTest(TestServerMode::Http);
439 BThreadedTestCaller<HttpIntegrationTest>* testCalle
[all...]

Completed in 39 milliseconds