#include "flutter/shell/platform/linux/fl_settings_portal.h"#include "flutter/shell/platform/linux/testing/fl_test.h"#include "flutter/testing/testing.h"#include <glib.h>#include "flutter/shell/platform/linux/testing/linux_test.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Go to the source code of this file.
Classes | |
| class | FlSettingsPortalTest |
Functions | |
| TEST_F (FlSettingsPortalTest, ClockFormat) | |
| TEST_F (FlSettingsPortalTest, ColorScheme) | |
| TEST_F (FlSettingsPortalTest, GtkTheme) | |
| TEST_F (FlSettingsPortalTest, EnableAnimations) | |
| TEST_F (FlSettingsPortalTest, HighContrast) | |
| TEST_F (FlSettingsPortalTest, TextScalingFactor) | |
| TEST_F | ( | FlSettingsPortalTest | , |
| ClockFormat | |||
| ) |
Definition at line 31 of file fl_settings_portal_test.cc.
References FL_CLOCK_FORMAT_12H, FL_CLOCK_FORMAT_24H, and fl_settings_get_clock_format().
| TEST_F | ( | FlSettingsPortalTest | , |
| ColorScheme | |||
| ) |
Definition at line 50 of file fl_settings_portal_test.cc.
References FL_COLOR_SCHEME_DARK, FL_COLOR_SCHEME_LIGHT, and fl_settings_get_color_scheme().
| TEST_F | ( | FlSettingsPortalTest | , |
| EnableAnimations | |||
| ) |
Definition at line 105 of file fl_settings_portal_test.cc.
References fl_settings_get_enable_animations().
| TEST_F | ( | FlSettingsPortalTest | , |
| GtkTheme | |||
| ) |
Definition at line 75 of file fl_settings_portal_test.cc.
References FL_COLOR_SCHEME_DARK, FL_COLOR_SCHEME_LIGHT, and fl_settings_get_color_scheme().
| TEST_F | ( | FlSettingsPortalTest | , |
| HighContrast | |||
| ) |
Definition at line 114 of file fl_settings_portal_test.cc.
References fl_settings_get_high_contrast().
| TEST_F | ( | FlSettingsPortalTest | , |
| TextScalingFactor | |||
| ) |
Definition at line 123 of file fl_settings_portal_test.cc.
References fl_settings_get_text_scaling_factor().