10#include "gtest/gtest.h"
13 return a.keycode ==
b.keycode &&
a.logical_key ==
b.logical_key &&
14 a.mandatory ==
b.mandatory;
19TEST(KeyMappingTest, HasExpectedValues) {
int find(T *array, int N, T item)
const std::vector< LayoutGoal > layout_goals
bool operator==(const LayoutGoal &a, const LayoutGoal &b)
TEST(KeyMappingTest, HasExpectedValues)