19 #ifndef MIR_TEST_FRAMEWORK_IN_PROCESS_SERVER_H_
20 #define MIR_TEST_FRAMEWORK_IN_PROCESS_SERVER_H_
22 #include <gtest/gtest.h>
30 class DefaultServerConfiguration;
34 namespace mir_test_framework
44 void SetUp()
override;
57 char const*
const old_env;
58 std::thread server_thread;
Fixture for running Mir server in test process.
Definition: in_process_server.h:37
void TearDown() override
Stops the server.
void SetUp() override
Starts the server.
Definition: display_server.h:31
Definition: default_server_configuration.h:129
std::string new_connection()