#include "key_mapping.h"
#include <gmodule.h>
#include <algorithm>
#include <vector>
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
bool | operator== (const LayoutGoal &a, const LayoutGoal &b) |
TEST (KeyMappingTest, HasExpectedValues) | |
bool operator== | ( | const LayoutGoal & | a, |
const LayoutGoal & | b | ||
) |
Definition at line 12 of file key_mapping_test.cc.
References LayoutGoal::keycode, LayoutGoal::logical_key, and LayoutGoal::mandatory.
TEST | ( | KeyMappingTest | , |
HasExpectedValues | |||
) |