|
EX-Display
EX-Display
|
#include "DisplayManager.h"#include "Version.h"#include "test/mocks/MockDisplay.h"#include <gtest/gtest.h>Classes | |
| class | DisplayManagerTests |
| Test harness for testing DisplayManager. More... | |
Functions | |
| TEST_F (DisplayManagerTests, CreateDisplayManager) | |
| Create DisplayManager and validate attributes are as expected. | |
| TEST_F (DisplayManagerTests, CreateDisplayList) | |
| Create a list of mock displays and validate they are created and operate correctly. | |
| TEST_F (DisplayManagerTests, GetDisplayById) | |
| Validate displays can be retrieved by their ID. | |
| TEST_F (DisplayManagerTests, StartDisplays) | |
| Validate the startDisplays() method correctly calls all display begin() methods. | |
| TEST_F (DisplayManagerTests, DisplayStartupInfo) | |
| Validate the displayStartupInfo() method correct calls all display methods. | |
| TEST_F | ( | DisplayManagerTests | , |
| CreateDisplayList | |||
| ) |
Create a list of mock displays and validate they are created and operate correctly.
| TEST_F | ( | DisplayManagerTests | , |
| CreateDisplayManager | |||
| ) |
Create DisplayManager and validate attributes are as expected.
| TEST_F | ( | DisplayManagerTests | , |
| DisplayStartupInfo | |||
| ) |
Validate the displayStartupInfo() method correct calls all display methods.
| TEST_F | ( | DisplayManagerTests | , |
| GetDisplayById | |||
| ) |
Validate displays can be retrieved by their ID.
| TEST_F | ( | DisplayManagerTests | , |
| StartDisplays | |||
| ) |
Validate the startDisplays() method correctly calls all display begin() methods.