|
| | 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.
|
| |