Searched refs:_dict_of_sets (Results 1 – 1 of 1) sorted by relevance
536 self._expectation_to_tests = self._dict_of_sets(TestExpectations.EXPECTATIONS)537 self._timeline_to_tests = self._dict_of_sets(TestExpectations.TIMELINES)538 self._result_type_to_tests = self._dict_of_sets(TestExpectations.RESULT_TYPES)565 def _dict_of_sets(self, strings_to_constants): member in TestExpectationsModel