Structsยง
- Common ๐Holds the stuff that is independent of the output type
- Manages the context for expectations of static methods.
- Expectation type for methods that return a
'statictype. This is the type returned by theexpect_*methods. - Like an
&Expectationbut protected by a Mutex guard. Useful for mocking static methods. Forwards accesses to anExpectationobject.