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

Classes

class  ScreenTests
 

Functions

 TEST_F (ScreenTests, CreateScreenRow)
 Create a ScreenRow and check all attributes are valid.
 
 TEST_F (ScreenTests, CreateScreen)
 Create a Screen and check all attributes are valid.
 
 TEST_F (ScreenTests, RowAccessibleById)
 Create a screen with associated row list and ensure rows are accessible by ID.
 
 TEST_F (ScreenTests, CreateScreenRowList)
 Create a screen with associated row list and check all attributes are valid.
 
 TEST_F (ScreenTests, DeleteScreenRow)
 Validate rows are deleted when setting text to "".
 
 TEST_F (ScreenTests, ValidateRowRedrawBehaviour)
 Validate that rows are to be redrawn by default, and not after retrieving text.
 

Function Documentation

◆ TEST_F() [1/6]

TEST_F ( ScreenTests  ,
CreateScreen   
)

Create a Screen and check all attributes are valid.

Here is the call graph for this function:

◆ TEST_F() [2/6]

TEST_F ( ScreenTests  ,
CreateScreenRow   
)

Create a ScreenRow and check all attributes are valid.

Here is the call graph for this function:

◆ TEST_F() [3/6]

TEST_F ( ScreenTests  ,
CreateScreenRowList   
)

Create a screen with associated row list and check all attributes are valid.

Here is the call graph for this function:

◆ TEST_F() [4/6]

TEST_F ( ScreenTests  ,
DeleteScreenRow   
)

Validate rows are deleted when setting text to "".

Here is the call graph for this function:

◆ TEST_F() [5/6]

TEST_F ( ScreenTests  ,
RowAccessibleById   
)

Create a screen with associated row list and ensure rows are accessible by ID.

Here is the call graph for this function:

◆ TEST_F() [6/6]

TEST_F ( ScreenTests  ,
ValidateRowRedrawBehaviour   
)

Validate that rows are to be redrawn by default, and not after retrieving text.

Here is the call graph for this function: