danielsaidi / MockingKit

MockingKit is a Swift SDK that lets you easily mock protocols and classes in `Swift`.
MIT License
87 stars 7 forks source link

Add support for mocking properties #3

Closed danielsaidi closed 4 years ago

danielsaidi commented 4 years ago

Properties can just be set, reads should not be recorded and can easily be recorded by injecting invokes in get whenever needed.