Searched refs:expectation_from_string (Results 1 – 2 of 2) sorted by relevance
74 tokens = map(TestExpectations.expectation_from_string, results_string.split(' '))
162 expectation = TestExpectations.expectation_from_string(part)840 def expectation_from_string(cls, string): member in TestExpectations