#include "flutter/shell/platform/linux/public/flutter_linux/fl_dart_project.h"#include <gmodule.h>#include <cstdlib>#include "flutter/shell/platform/linux/testing/linux_test.h"#include "gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | FlDartProjectTest |
Functions | |
| TEST_F (FlDartProjectTest, GetPaths) | |
| TEST_F (FlDartProjectTest, OverrideAotLibraryPath) | |
| TEST_F (FlDartProjectTest, OverrideAssetsPath) | |
| TEST_F (FlDartProjectTest, OverrideIcuDataPath) | |
| TEST_F (FlDartProjectTest, DartEntrypointArgs) | |
| TEST_F (FlDartProjectTest, EnableImpeller) | |
| TEST_F | ( | FlDartProjectTest | , |
| DartEntrypointArgs | |||
| ) |
Definition at line 51 of file fl_dart_project_test.cc.
References args, fl_dart_project_get_dart_entrypoint_arguments(), and fl_dart_project_set_dart_entrypoint_arguments().
| TEST_F | ( | FlDartProjectTest | , |
| EnableImpeller | |||
| ) |
Definition at line 74 of file fl_dart_project_test.cc.
References fl_dart_project_get_enable_impeller(), fl_dart_project_set_enable_impeller(), and TRUE.
| TEST_F | ( | FlDartProjectTest | , |
| GetPaths | |||
| ) |
Definition at line 16 of file fl_dart_project_test.cc.
References fl_dart_project_get_aot_library_path(), fl_dart_project_get_assets_path(), and fl_dart_project_get_icu_data_path().
| TEST_F | ( | FlDartProjectTest | , |
| OverrideAotLibraryPath | |||
| ) |
Definition at line 33 of file fl_dart_project_test.cc.
References fl_dart_project_get_aot_library_path(), and fl_dart_project_set_aot_library_path().
| TEST_F | ( | FlDartProjectTest | , |
| OverrideAssetsPath | |||
| ) |
Definition at line 39 of file fl_dart_project_test.cc.
References fl_dart_project_get_assets_path(), and fl_dart_project_set_assets_path().
| TEST_F | ( | FlDartProjectTest | , |
| OverrideIcuDataPath | |||
| ) |
Definition at line 45 of file fl_dart_project_test.cc.
References fl_dart_project_get_icu_data_path(), and fl_dart_project_set_icu_data_path().