Searched refs:results_from_string (Results 1 – 4 of 4) sorted by relevance
79 self.assertEqual(LayoutTestResults.results_from_string(None), None)80 self.assertEqual(LayoutTestResults.results_from_string(""), None)81 results = LayoutTestResults.results_from_string(self._example_results_html)
127 def results_from_string(cls, string): member in LayoutTestResults
251 … self._layout_test_results = LayoutTestResults.results_from_string(self._fetch_results_html())
328 return LayoutTestResults.results_from_string(results_html)