EX-Display
EX-Display
Loading...
Searching...
No Matches
test_InputManager.cpp File Reference
#include "InputManager.h"
#include "test/mocks/MockInput.h"
#include <gtest/gtest.h>
Include dependency graph for test_InputManager.cpp:

Classes

class  InputManagerTests
 Test harness for input interface tests. More...
 

Functions

 TEST_F (InputManagerTests, CreateInputManager)
 Test to ensure the InputManager can be created.
 
 TEST_F (InputManagerTests, CreateMockInput)
 Test to ensure an input can be set, retrieved, and started with the InputManager.
 

Function Documentation

◆ TEST_F() [1/2]

TEST_F ( InputManagerTests  ,
CreateInputManager   
)

Test to ensure the InputManager can be created.

Here is the call graph for this function:

◆ TEST_F() [2/2]

TEST_F ( InputManagerTests  ,
CreateMockInput   
)

Test to ensure an input can be set, retrieved, and started with the InputManager.

Here is the call graph for this function: