I have done with OClusterMapView ,now I want to add unit tests to it. Somebody told to add Test.h and Test.m files to my application ,but I am (un)Clear with this concept.Can anyone Please Help me out.
Share
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.
Take a look at apple’s xcode unit testing documentation. Additionally here’s a great sample project of theirs. The basics are add a unit test target, start adding tests.
Once you get beyond the basics you may need something along the lines of OCMock and ILTesting is a great tool also.