Searched defs:expected_list (Results 1 – 5 of 5) sorted by relevance
112 def compare_list(self, expected_list, got_list): argument148 def test_list(self, expected_list): argument
18 def verify_completions(self, actual_list, expected_list, not_expected_list=[]): argument
232 auto expected_list = std::make_unique<base::ListValue>(); in TEST() local276 std::unique_ptr<base::ListValue> expected_list(new base::ListValue()); in TEST() local
67 bool check_groups(size_t expected_size, gid_t* expected_list) { in check_groups()
1271 def _run_get_directories(self, cls, expected_list): argument