Searched refs:expectedContents (Results 1 – 2 of 2) sorted by relevance
28 vector<string> expectedContents; variable33 expectedContents.push_back("mimetype"); in TestZipImpl()34 expectedContents.push_back("Configurations2/statusbar/"); in TestZipImpl()35 expectedContents.push_back("Configurations2/accelerator/current.xml"); in TestZipImpl()36 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()37 expectedContents.push_back("Configurations2/popupmenu/"); in TestZipImpl()38 expectedContents.push_back("Configurations2/progressbar/"); in TestZipImpl()39 expectedContents.push_back("Configurations2/toolpanel/"); in TestZipImpl()40 expectedContents.push_back("Configurations2/menubar/"); in TestZipImpl()41 expectedContents.push_back("Configurations2/toolbar/"); in TestZipImpl()[all …]
55 String[] expectedContents = { "PageBoundFrame", "ParaBoundFrame" }; in testLoadTextFrame() local69 assertArrayEquals("Text frame contents", expectedContents, contents); in testLoadTextFrame()