19 #ifndef MIR_TEST_FRAMEWORK_IN_PROCESS_SERVER_H_ 20 #define MIR_TEST_FRAMEWORK_IN_PROCESS_SERVER_H_ 24 #include <gtest/gtest.h> Fixture for running Mir server in test process.
Definition: in_process_server.h:29
std::string new_prompt_connection()
void TearDown() override
Stops the server.
Definition: in_process_server.h:37
std::string new_connection()
Definition: any_surface.h:25
void SetUp() override
Starts the server.
Definition: in_process_server.h:33
void stop_server()
Stops the server The method is synchronous, i.e., it returns only after the server has stopped...
Utility for running Mir server in test process.
Definition: server_runner.h:38
void start_server()
Starts the server The method is synchronous, i.e., it returns only after the server has started...