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

Classes

class  DisplayInterfaceTests
 Test harness for physical display interface tests. More...
 

Functions

 TEST_F (DisplayInterfaceTests, TestBasicMethods)
 Test basic DisplayInterface methods.
 
 TEST_F (DisplayInterfaceTests, TestParameterMethods)
 Test DisplayInterface methods that should interact with a physical display.
 
 TEST_F (DisplayInterfaceTests, TestStartupInfo)
 Test to ensure the startup info sets the EX-Display version correctly.
 
 TEST_F (DisplayInterfaceTests, TestTwoDisplays)
 Test a second display can be accessed via the first in a list.
 
 TEST_F (DisplayInterfaceTests, TestDisplayRedraw)
 Ensure the flag to redraw the entire screen is set when changing screens.
 

Function Documentation

◆ TEST_F() [1/5]

TEST_F ( DisplayInterfaceTests  ,
TestBasicMethods   
)

Test basic DisplayInterface methods.

Here is the call graph for this function:

◆ TEST_F() [2/5]

TEST_F ( DisplayInterfaceTests  ,
TestDisplayRedraw   
)

Ensure the flag to redraw the entire screen is set when changing screens.

◆ TEST_F() [3/5]

TEST_F ( DisplayInterfaceTests  ,
TestParameterMethods   
)

Test DisplayInterface methods that should interact with a physical display.

Here is the call graph for this function:

◆ TEST_F() [4/5]

TEST_F ( DisplayInterfaceTests  ,
TestStartupInfo   
)

Test to ensure the startup info sets the EX-Display version correctly.

◆ TEST_F() [5/5]

TEST_F ( DisplayInterfaceTests  ,
TestTwoDisplays   
)

Test a second display can be accessed via the first in a list.

Here is the call graph for this function: