Searched refs:test_case_map (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.cc70 TestCaseMap test_case_map; local
78 test_case_map[result.GetTestCaseName()].push_back(result);
80 for (TestCaseMap::iterator i = test_case_map.begin();
81 i != test_case_map.end();
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc304 std::map<base::FilePath, const FileSystemTestCaseRecord*> test_case_map; local
306 test_case_map[
326 ASSERT_TRUE(ContainsKey(test_case_map, relative));
328 EXPECT_TRUE(test_case_map[relative]->is_directory);
331 EXPECT_FALSE(test_case_map[relative]->is_directory);
332 EXPECT_TRUE(FileExists(url, test_case_map[relative]->data_file_size));
334 test_case_map.erase(relative);
337 EXPECT_TRUE(test_case_map.empty());
340 for (it = test_case_map.begin(); it != test_case_map
[all...]

Completed in 123 milliseconds