EX-Display
EX-Display
|
#include "test/mocks/MockCallback.h"
#include "test/mocks/MockTouchScreenInput.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Classes | |
class | TouchScreenInputTests |
Test harness for touch screen inputs requiring calculation of where the user has touched to be converted to a valid InputAction. More... | |
Functions | |
TEST_F (TouchScreenInputTests, TestAttributes) | |
Simple test of attributes related to calibration of touch screens and reliance on a display instance. | |
TEST_F (TouchScreenInputTests, ValidateAreaCalculation) | |
Simple test to validate the formula for calculating the correct InputAction works. | |
TEST_F | ( | TouchScreenInputTests | , |
TestAttributes | |||
) |
Simple test of attributes related to calibration of touch screens and reliance on a display instance.
TEST_F | ( | TouchScreenInputTests | , |
ValidateAreaCalculation | |||
) |
Simple test to validate the formula for calculating the correct InputAction works.