|
EX-Display
EX-Display
|
#include "Screen.h"#include "Version.h"#include "test/mocks/MockDisplay.h"#include <gtest/gtest.h>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. | |
| TEST_F | ( | DisplayInterfaceTests | , |
| TestBasicMethods | |||
| ) |
| TEST_F | ( | DisplayInterfaceTests | , |
| TestDisplayRedraw | |||
| ) |
Ensure the flag to redraw the entire screen is set when changing screens.
| 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.