EX-Display
EX-Display
Loading...
Searching...
No Matches
test_DisplayScreens.cpp File Reference
#include "DisplayManager.h"
#include "ScreenManager.h"
#include "test/mocks/MockDisplay.h"
#include <gtest/gtest.h>
Include dependency graph for test_DisplayScreens.cpp:

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.
 

Function Documentation

◆ TEST_F() [1/2]

TEST_F ( DisplayScreenTests  ,
CreateDisplay   
)

Ensure the first display has a valid screen ID to display.

Here is the call graph for this function:

◆ TEST_F() [2/2]

TEST_F ( DisplayScreenTests  ,
UpdateDisplays   
)

Validate that update() correctly calls display instance updates.

Here is the call graph for this function: