Searched defs:BaseExpectation (Results 1 – 1 of 1) sorted by relevance
36 def SetExpectationImplementation(impl: Type['BaseExpectation']) -> None:61 class BaseExpectation(): class247 def NeverNeededExpectation(self, expectation: BaseExpectation) -> bool:261 def AlwaysNeededExpectation(self, expectation: BaseExpectation) -> bool:656 def __setitem__(self, key: BaseExpectation, value: 'BuilderStepMap') -> None:677 self, expectation: BaseExpectation