Searched refs:_inverted_expectation_tokens (Results 1 – 2 of 2) sorted by relevance
148 …new_expectations_list = [TestExpectationParser._inverted_expectation_tokens[exp] for exp in list(s…160 … self._print(" %s [ %s ]" % (test, TestExpectationParser._inverted_expectation_tokens[key]))
233 …_inverted_expectation_tokens = dict([(value, name) for name, value in _expectation_tokens.iteritem… variable in TestExpectationParser505 …new_expectations.append(TestExpectationParser._inverted_expectation_tokens.get(expectation, expect…