class FlatlandViewIntegrationTest

Defined at line 35 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_view_integration_test.cc

Test fixture that sets up an environment with a Scenic we can connect to.

Protected Members

uint32_t display_width_
uint32_t display_height_
optional last_error_

Protected Methods

void SetUp ()

Defined at line 37 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_view_integration_test.cc

void CreateAndSetViewport (FlatlandClientWithEventHandler & flatland, fuv::ViewportCreationToken && viewport_creation_token, fidl::ServerEnd<fuc::ChildViewWatcher> child_view_watcher_server_end)

Create a new transform and viewport, then call |BlockingPresent| to wait for it to take

effect. This can be called only once per Flatland instance, because it uses hard-coded IDs for

the transform and viewport.

Defined at line 52 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_view_integration_test.cc

std::unique_ptr<FlatlandClientWithEventHandler> MakeFlatland ()

Defined at line 74 of file ../../src/ui/scenic/tests/flatland_integration_tests/flatland_view_integration_test.cc