Searched refs:expectedContents (Results 1 – 2 of 2) sorted by relevance
28 vector<string> expectedContents; variable33 expectedContents.push_back("mimetype"); in TestZipImpl()36 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()43 expectedContents.push_back("content.xml"); in TestZipImpl()44 expectedContents.push_back("manifest.rdf"); in TestZipImpl()45 expectedContents.push_back("styles.xml"); in TestZipImpl()46 expectedContents.push_back("meta.xml"); in TestZipImpl()48 expectedContents.push_back("settings.xml"); in TestZipImpl()49 expectedContents.push_back("META-INF/manifest.xml"); in TestZipImpl()50 sort(expectedContents.begin(), expectedContents.end()); in TestZipImpl()[all …]
55 String[] expectedContents = { "PageBoundFrame", "ParaBoundFrame" }; in testLoadTextFrame() local69 assertArrayEquals("Text frame contents", expectedContents, contents); in testLoadTextFrame()
Completed in 19 milliseconds