#include <shell_test.h>
Public Attributes | |
| const Settings & | settings |
| std::optional< TaskRunners > | task_runners = {} |
| bool | is_gpu_disabled = false |
| Shell::CreateCallback< PlatformView > | platform_view_create_callback |
| std::optional< int64_t > | engine_id |
Definition at line 65 of file shell_test.h.
| std::optional<int64_t> flutter::testing::ShellTest::Config::engine_id |
Definition at line 74 of file shell_test.h.
| bool flutter::testing::ShellTest::Config::is_gpu_disabled = false |
Definition at line 70 of file shell_test.h.
Referenced by flutter::testing::ShellTest::CreateShell().
| Shell::CreateCallback<PlatformView> flutter::testing::ShellTest::Config::platform_view_create_callback |
Definition at line 73 of file shell_test.h.
Referenced by flutter::testing::ShellTest::CreateShell().
| const Settings& flutter::testing::ShellTest::Config::settings |
Definition at line 67 of file shell_test.h.
Referenced by flutter::testing::ShellTest::CreateShell().
| std::optional<TaskRunners> flutter::testing::ShellTest::Config::task_runners = {} |
Definition at line 69 of file shell_test.h.
Referenced by flutter::testing::ShellTest::CreateShell().