Searched refs:CMapTests (Results 1 – 1 of 1) sorted by relevance
86 class CMapTests : public :: testing::TestWithParam<CMapTestCase> { class88 CMapTests() : encoder1_(NULL), encoder2_(NULL), successful_setup_(false) { in CMapTests() function in sfntly::CMapTests117 void CMapTests::CommonSetUp(FontArray* font_array) { in CommonSetUp()136 void CMapTests::TearDown() { in TearDown()143 void CMapTests::CompareCMaps() { in CompareCMaps()166 TEST_P(CMapTests, GlyphsBetweenCMapsFingerprint) { in TEST_P() argument176 TEST_P(CMapTests, GlyphsBetweenCMapsNoFingerprint) { in TEST_P() argument185 TEST_P(CMapTests, GlyphsBetweenCMapsUsingByteVector) { in TEST_P() argument204 INSTANTIATE_TEST_CASE_P(CMapTests,205 CMapTests,