#include <windows_test_context.h>
Public Member Functions | |
| WindowsTestContext (std::string_view assets_path="") | |
| virtual | ~WindowsTestContext () |
| const std::wstring & | GetAssetsPath () const |
| const std::wstring & | GetIcuDataPath () const |
| const std::wstring & | GetAotLibraryPath () const |
| void | AddNativeFunction (std::string_view name, Dart_NativeFunction function) |
| fml::closure | GetRootIsolateCallback () |
Definition at line 24 of file windows_test_context.h.
|
explicit |
Definition at line 12 of file windows_test_context.cc.
|
virtualdefault |
| void flutter::testing::WindowsTestContext::AddNativeFunction | ( | std::string_view | name, |
| Dart_NativeFunction | function | ||
| ) |
Definition at line 38 of file windows_test_context.cc.
References function, and flutter::name.
| const std::wstring & flutter::testing::WindowsTestContext::GetAotLibraryPath | ( | ) | const |
Definition at line 34 of file windows_test_context.cc.
Referenced by flutter::testing::FlutterWindowsEngineBuilder::FlutterWindowsEngineBuilder().
| const std::wstring & flutter::testing::WindowsTestContext::GetAssetsPath | ( | ) | const |
Definition at line 26 of file windows_test_context.cc.
Referenced by flutter::testing::FlutterWindowsEngineBuilder::FlutterWindowsEngineBuilder(), and flutter::testing::WindowsConfigBuilder::GetEngineProperties().
| const std::wstring & flutter::testing::WindowsTestContext::GetIcuDataPath | ( | ) | const |
Definition at line 30 of file windows_test_context.cc.
Referenced by flutter::testing::FlutterWindowsEngineBuilder::FlutterWindowsEngineBuilder(), and flutter::testing::WindowsConfigBuilder::GetEngineProperties().
| fml::closure flutter::testing::WindowsTestContext::GetRootIsolateCallback | ( | ) |
Definition at line 43 of file windows_test_context.cc.
Referenced by flutter::testing::WindowsConfigBuilder::Run(), and flutter::testing::WindowsConfigBuilder::RunHeadless().