|
EX-Display
EX-Display
|
#include "DisplayManager.h"#include "ScreenManager.h"#include "test/mocks/MockDisplay.h"#include <gtest/gtest.h>Classes | |
| class | DisplayScreenTests |
| Test harness for testing DisplayManager. More... | |
Functions | |
| TEST_F (DisplayScreenTests, CreateDisplay) | |
| Ensure the first display has a valid screen ID to display. | |
| TEST_F (DisplayScreenTests, UpdateDisplays) | |
| Validate that update() correctly calls display instance updates. | |
| TEST_F | ( | DisplayScreenTests | , |
| CreateDisplay | |||
| ) |
Ensure the first display has a valid screen ID to display.
| TEST_F | ( | DisplayScreenTests | , |
| UpdateDisplays | |||
| ) |
Validate that update() correctly calls display instance updates.