Searched refs:expectedContents (Results 1 – 2 of 2) sorted by relevance
30 vector<string> expectedContents; variable35 expectedContents.push_back("mimetype"); in TestZipImpl()38 expectedContents.push_back("Configurations2/floater/"); in TestZipImpl()45 expectedContents.push_back("content.xml"); in TestZipImpl()46 expectedContents.push_back("manifest.rdf"); in TestZipImpl()47 expectedContents.push_back("styles.xml"); in TestZipImpl()48 expectedContents.push_back("meta.xml"); in TestZipImpl()50 expectedContents.push_back("settings.xml"); in TestZipImpl()51 expectedContents.push_back("META-INF/manifest.xml"); in TestZipImpl()52 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 11 milliseconds