Class
StaticMock
public class StaticMock: Mock
Used to store invocations on static or class scoped methods.
Relationships
Conforms To
Mock
All generated mocks conform to this protocol.
Properties
mockingContext
let mockingContext
Information about received invocations.
stubbingContext
let stubbingContext
Implementations for stubbing behaviors.
mockMetadata
let mockMetadata
Static metadata about the mock created at generation time.