Home
last modified time | relevance | path

Searched refs:TestServerMode (Results 1 – 8 of 8) sorted by relevance

/haiku/src/tests/kits/net/service/
H A DTestServer.h46 enum TestServerMode { enum
54 TestServer(TestServerMode mode);
60 TestServerMode fMode;
H A DHttpTest.h22 HttpTest(TestServerMode mode = TEST_SERVER_MODE_HTTP);
H A DTestServer.cpp227 TestServer::TestServer(TestServerMode mode) in TestServer()
H A DHttpTest.cpp182 HttpTest::HttpTest(TestServerMode mode) in HttpTest()
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.h49 enum class TestServerMode { enum
58 TestServer(TestServerMode mode);
64 TestServerMode fMode;
H A DTestServer.cpp211 TestServer::TestServer(TestServerMode mode) in TestServer()
242 if (fMode == TestServerMode::Https) { in Start()
262 case TestServerMode::Http: in BaseUrl()
266 case TestServerMode::Https: in BaseUrl()
H A DHttpProtocolTest.h37 HttpIntegrationTest(TestServerMode mode);
H A DHttpProtocolTest.cpp394 HttpIntegrationTest::HttpIntegrationTest(TestServerMode mode) in HttpIntegrationTest()
404 if (mode == TestServerMode::Http) in HttpIntegrationTest()
438 HttpIntegrationTest* httpIntegrationTest = new HttpIntegrationTest(TestServerMode::Http); in AddTests()
463 HttpIntegrationTest* httpsIntegrationTest = new HttpIntegrationTest(TestServerMode::Https); in AddTests()