20 #ifndef MIR_TEST_TESTING_SERVER_CONFIGURATION_H_
21 #define MIR_TEST_TESTING_SERVER_CONFIGURATION_H_
26 namespace mir_test_framework
39 virtual void on_start();
42 virtual void on_exit();
44 std::shared_ptr<mir::ServerStatusListener> the_server_status_listener()
override;
46 virtual std::string the_socket_file()
const;
49 virtual void wait_for_server_start();
53 bool using_server_started_sync;
Definition: cross_process_sync.h:28
std::shared_ptr< options::Option > the_options() const
Definition: default_server_configuration.cpp:61
Definition: testing_server_configuration.h:30
std::string const & test_socket_file()
stubs out the graphics and input subsystems to avoid tests failing where the hardware is not accessib...
Definition: stubbed_server_configuration.h:32