jonreid / OCMockito

Mockito for Objective-C: creation, verification and stubbing of mock objects
MIT License
991 stars 118 forks source link

Add isKindOfClass to ObjectAndProtocolMock #145

Closed kmcbride closed 7 years ago

kmcbride commented 7 years ago

Changes the behavior of -[MKTObjectAndProtocolMock isKindOfClass:] to match that of -[MKTObjectMock isKindOfClass:], as it currently always returns MKTObjectAndProtocolMock.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.001%) to 98.723% when pulling 51d5c41d77db0333580cc15ec19bcc32fb30d128 on kmcbride:kind-of-class into 2c9b6541a5779d2fb04876cf4feacc4ebb34c0e9 on jonreid:master.

jonreid commented 7 years ago

Thank you!