Searched refs:bot_expectations (Results 1 – 4 of 4) sorted by relevance
50 def bot_expectations(self): member in FakePort
1072 bot_expectations = self._port.bot_expectations()1074 for test_name in bot_expectations:1075 … expectation_line = self._parser.expectation_line_for_test(test_name, bot_expectations[test_name])
271 def bot_expectations(): function273 self._port.bot_expectations = bot_expectations
1243 def bot_expectations(self): member in Port