EX-Display
EX-Display
Loading...
Searching...
No Matches
ControllerInputActionTests Class Reference

Test harness for input actions interacting with the Controller. More...

Inheritance diagram for ControllerInputActionTests:
[legend]
Collaboration diagram for ControllerInputActionTests:
[legend]

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

MockInputinput = new MockInput
 
Streamconsole = new Stream
 
StreamcommandStation = new Stream
 
DisplayManagerdisplayManager = new DisplayManager
 
InputManagerinputManager = new InputManager
 
ScreenManagerscreenManager = new ScreenManager
 
Controllercontroller
 

Detailed Description

Test harness for input actions interacting with the Controller.

Member Function Documentation

◆ SetUp()

void ControllerInputActionTests::SetUp ( )
inlineoverrideprotected
Here is the call graph for this function:

◆ TearDown()

void ControllerInputActionTests::TearDown ( )
inlineoverrideprotected

Member Data Documentation

◆ commandStation

Stream* ControllerInputActionTests::commandStation = new Stream
protected

◆ console

Stream* ControllerInputActionTests::console = new Stream
protected

◆ controller

Controller* ControllerInputActionTests::controller
protected
Initial value:
=
DisplayManager * displayManager
Definition test_ControllerInputAction.cpp:35
ScreenManager * screenManager
Definition test_ControllerInputAction.cpp:37
Stream * console
Definition test_ControllerInputAction.cpp:33
InputManager * inputManager
Definition test_ControllerInputAction.cpp:36
Stream * commandStation
Definition test_ControllerInputAction.cpp:34
Class for the central controller for EX-Display. All application activities are controlled through th...
Definition Controller.h:31

◆ displayManager

DisplayManager* ControllerInputActionTests::displayManager = new DisplayManager
protected

◆ input

MockInput* ControllerInputActionTests::input = new MockInput
protected

◆ inputManager

InputManager* ControllerInputActionTests::inputManager = new InputManager
protected

◆ screenManager

ScreenManager* ControllerInputActionTests::screenManager = new ScreenManager
protected

The documentation for this class was generated from the following file: