#include "flutter/shell/platform/linux/public/flutter_linux/fl_dart_project.h"#include <gmodule.h>#include <cstdlib>#include "gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (FlDartProjectTest, GetPaths) | |
| TEST (FlDartProjectTest, OverrideAotLibraryPath) | |
| TEST (FlDartProjectTest, OverrideAssetsPath) | |
| TEST (FlDartProjectTest, OverrideIcuDataPath) | |
| TEST (FlDartProjectTest, DartEntrypointArgs) | |
| TEST | ( | FlDartProjectTest | , |
| DartEntrypointArgs | |||
| ) |
Definition at line 55 of file fl_dart_project_test.cc.
References args, fl_dart_project_get_dart_entrypoint_arguments(), fl_dart_project_new(), fl_dart_project_set_dart_entrypoint_arguments(), and g_autoptr().
| TEST | ( | FlDartProjectTest | , |
| GetPaths | |||
| ) |
Definition at line 13 of file fl_dart_project_test.cc.
References fl_dart_project_get_aot_library_path(), fl_dart_project_get_assets_path(), fl_dart_project_get_icu_data_path(), fl_dart_project_new(), and g_autoptr().
| TEST | ( | FlDartProjectTest | , |
| OverrideAotLibraryPath | |||
| ) |
Definition at line 31 of file fl_dart_project_test.cc.
References fl_dart_project_get_aot_library_path(), fl_dart_project_new(), fl_dart_project_set_aot_library_path(), and g_autoptr().
| TEST | ( | FlDartProjectTest | , |
| OverrideAssetsPath | |||
| ) |
Definition at line 39 of file fl_dart_project_test.cc.
References fl_dart_project_get_assets_path(), fl_dart_project_new(), fl_dart_project_set_assets_path(), and g_autoptr().
| TEST | ( | FlDartProjectTest | , |
| OverrideIcuDataPath | |||
| ) |
Definition at line 47 of file fl_dart_project_test.cc.
References fl_dart_project_get_icu_data_path(), fl_dart_project_new(), fl_dart_project_set_icu_data_path(), and g_autoptr().