20 #ifndef MIR_TEST_TESTING_SERVER_CONFIGURATION_H_
21 #define MIR_TEST_TESTING_SERVER_CONFIGURATION_H_
30 namespace mir_test_framework
43 virtual void on_exit();
46 std::shared_ptr<graphics::Platform> the_graphics_platform();
47 std::shared_ptr<compositor::RendererFactory> the_renderer_factory();
51 std::shared_ptr<input::InputConfiguration> the_input_configuration();
53 virtual std::string the_socket_file()
const;
58 std::shared_ptr<graphics::Platform> graphics_platform;