-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCMock 3: Text field mocking fails in strange ways #127
Comments
With the recent changes made in response to some of the other issues reported this problem seems to have been fixed, too. Could you retry whether it works for you now? |
This issue still happens as of 8d323b3. |
+1 |
2 similar comments
+1 |
+1 |
It may be an issue with UITextField not being KVC-compliant. See http://stackoverflow.com/questions/6617472/why-does-valueforkey-on-a-uitextfield-throws-an-exception-for-uitextinputtraits for more details. |
I encountered an unexpected problem where simply creating a partial mock of an instance of
UITextField
contained within an other object results in this error if‑resignFirstResponder
is sent to theUITextField
object:That was produced by running the test class I created to show the issue. I don't know the significance of this, but if the test method is written as follows, no error occurs:
The text was updated successfully, but these errors were encountered: