19 #ifndef MIR_TEST_FRAMEWORK_STUBBED_SERVER_CONFIGURATION_H_
20 #define MIR_TEST_FRAMEWORK_STUBBED_SERVER_CONFIGURATION_H_
24 namespace mir_test_framework
37 std::shared_ptr<graphics::Platform> the_graphics_platform();
38 std::shared_ptr<compositor::RendererFactory> the_renderer_factory();
42 std::shared_ptr<input::InputConfiguration> the_input_configuration();
45 std::shared_ptr<graphics::Platform> graphics_platform;
Definition: default_server_configuration.h:129
stubs out the graphics and input subsystems to avoid tests failing where the hardware is not accessib...
Definition: stubbed_server_configuration.h:32