Searched refs:expected_chapter_display (Results 1 – 1 of 1) sorted by relevance
166 ChapterDisplay expected_chapter_display; in TEST_F() local169 expected_chapter_display.string.Set("B", true); in TEST_F()171 EXPECT_EQ(expected_chapter_display, chapter_atom.displays[0].value()); in TEST_F()172 expected_chapter_display.string.Set("C", true); in TEST_F()174 EXPECT_EQ(expected_chapter_display, chapter_atom.displays[1].value()); in TEST_F()