How do I access the properties of my object using STAssertTrue in unit tests?
I don’t have access to the properties of my object and I want to do a comparison?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can access object properties as usual, so I guess you are talking about missing code completion… I think is an xcode bug, if you want code completion, you have to type before a call to STAssertTrue() (or any others OCUnit macro), like: