Searched refs:get_expectations_string (Results 1 – 4 of 4) sorted by relevance
193 expected = expectations.get_expectations_string(test_name)206 actual.extend(expectations.get_expectations_string(test_name).split(" "))
605 def get_expectations_string(self, test): member in TestExpectationsModel976 def get_expectations_string(self, test): member in TestExpectations977 return self._model.get_expectations_string(test)
162 self.assertEqual(self._exp.get_expectations_string(333 self.assertEqual('NOTRUN', self._exp.get_expectations_string(notrun))
178 exp_str = self._expectations.get_expectations_string(result.test_name)