Home | History | Annotate | Download | only in test

Lines Matching refs:CMapTests

86 class CMapTests : public :: testing::TestWithParam<CMapTestCase> {
88 CMapTests() : encoder1_(NULL), encoder2_(NULL), successful_setup_(false) {
117 void CMapTests::CommonSetUp(FontArray* font_array) {
136 void CMapTests::TearDown() {
143 void CMapTests::CompareCMaps() {
166 TEST_P(CMapTests, GlyphsBetweenCMapsFingerprint) {
176 TEST_P(CMapTests, GlyphsBetweenCMapsNoFingerprint) {
185 TEST_P(CMapTests, GlyphsBetweenCMapsUsingByteVector) {
204 INSTANTIATE_TEST_CASE_P(CMapTests,
205 CMapTests,