class MockViewInjectorFactory

Defined at line 19 of file ../../src/ui/a11y/lib/view/tests/mocks/mock_view_injector_factory.h

Public Methods

std::shared_ptr<input::Injector> BuildAndConfigureInjector (a11y::AccessibilityViewInterface * a11y_view, sys::ComponentContext * component_context, fuchsia::ui::views::ViewRef context, fuchsia::ui::views::ViewRef target)

|ViewInjectorFactoryInterface|

Defined at line 9 of file ../../src/ui/a11y/lib/view/tests/mocks/mock_view_injector_factory.cc

void MockViewInjectorFactory ()

Defined at line 21 of file ../../src/ui/a11y/lib/view/tests/mocks/mock_view_injector_factory.h

void ~MockViewInjectorFactory ()

Defined at line 22 of file ../../src/ui/a11y/lib/view/tests/mocks/mock_view_injector_factory.h

void set_injector (std::shared_ptr<input::Injector> injector)

Sets the injector that will be returned by this factory when |BuildAndConfigureInjector| is

called.

Defined at line 26 of file ../../src/ui/a11y/lib/view/tests/mocks/mock_view_injector_factory.h