Unit tests for the ClusterSettingsManager class. More...
Go to the source code of this file.
Data Structures | |
class | ClusterSettingsManagerTest |
Test fixture for testing the ClusterSettingsManager class. More... | |
Functions | |
TEST_F (ClusterSettingsManagerTest, ToggleDrivingModeEmitsSignal) | |
Ensures that the driving mode can be toggled between Manual and Automatic. | |
TEST_F (ClusterSettingsManagerTest, ToggleClusterThemeEmitsSignal) | |
Ensures that the cluster theme can be toggled between Dark and Light. | |
TEST_F (ClusterSettingsManagerTest, ToggleClusterMetricsEmitsSignal) | |
Ensures that the cluster metrics can be toggled between Kilometers and Miles. | |
Unit tests for the ClusterSettingsManager class.
This file contains unit tests for the ClusterSettingsManager class, using Google Test and Google Mock frameworks.
Definition in file test_ClusterSettingsManager.cpp.
TEST_F | ( | ClusterSettingsManagerTest | , |
ToggleClusterMetricsEmitsSignal | ) |
Ensures that the cluster metrics can be toggled between Kilometers and Miles.
This test verifies that the cluster metrics can be toggled between Kilometers and Miles.
Definition at line 94 of file test_ClusterSettingsManager.cpp.
TEST_F | ( | ClusterSettingsManagerTest | , |
ToggleClusterThemeEmitsSignal | ) |
Ensures that the cluster theme can be toggled between Dark and Light.
This test verifies that the cluster theme can be toggled between Dark and Light.
Definition at line 70 of file test_ClusterSettingsManager.cpp.
TEST_F | ( | ClusterSettingsManagerTest | , |
ToggleDrivingModeEmitsSignal | ) |
Ensures that the driving mode can be toggled between Manual and Automatic.
This test verifies that the driving mode can be toggled between Manual and Automatic.
Definition at line 46 of file test_ClusterSettingsManager.cpp.